[Asterisk-Users] Limit to number of queues

BJ Weschke bweschke at gmail.com
Fri May 26 04:32:36 MST 2006


On 5/26/06, El Flynn <el_flynn at lanvik-icu.com> wrote:
> Hello,
>
> Does anyone know the maximum number of queues that can be defined in an Asterisk
> system?
>

 Queues and their members are both stored as linked lists in
Asterisk's memory so there really isn't a technical "upper limit" in
the amount you can define. That being said, the algorithm being used,
at present, to update the members' device status is not really that
efficient and things will get progressively worse as the number of
members and queues grow increasing the possibility for a thread
deadlock in your system.

 This is one of a number of reasons why the queueing and agents system
is likely to get a real serious overhaul after the 1.4 release.

-- 
Bird's The Word Technologies, Inc.
http://www.btwtech.com/



More information about the asterisk-users mailing list