[Asterisk-java-devel] Questions about connection timeouts
Brought to you by:
srt
From: Chris H. <ch...@as...> - 2006-08-15 02:04:02
|
Hello All, We have built a fastagi that is designed to route a large amount of calls rather quickly and we are experiencing some timeouts on the Deadagi dialplan call. timed out after MAX_AGI_CONNECT (2000) milliseconds I know that I can up the timeout in the source and recompile but 2 seconds is eons in call time. I noticed about 10 of these in a 15 minute period with ~80 call coming into the system and my connection thread set to 100. There should not have been any thread contention issues so I'm thinking a resource level issue. Of course I'm running the AGI on my desktop running in debug mode inside of Eclipse so I guess this could be an issue. I'll be testing tomorrow form a dual x86_64 AMD Opteron 250 so the issue may go away but I'm curious if anyone else has a issue with timeouts? Cheers, Chris |