[BUG] list implementation too slow.
"Oded Arbel" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi list. Lately we've been doing some very high capacity testing on Kannel , and found out some interesting stuff. mainly as queues (managed by lists) are filling up to over a few hundreds of messages, the boxes start thrashing. I think this is directly related to the List implementation - it's just too sssslllloooowwww. when we have more then a few hundreds of messages in the List, extracting one item can sometimes take anywhere from 2 to 4 seconds (!!!). Does any one have any information or experience regarding that ? -- Oded Arbel m-Wise Inc. [email protected] Top 25 Explanations by Programmers why their programs doesn't work: 9.There is something wrong in your test data.