200 means you have 200 threads handling 200 calls - this is not probably what you want. I'd suggest smaller value, like 50 or (at most) 100. Regarding RtpHandlerNumber - I don't know what values we should use, as it is a new option, but I would put here small values (as in contrast to CallSignalHandlerNumber), like 1-10. The reason is simple: CallSignalHandler usually has to insert/remove call records, perform authorization/accounting, so processing of a single message may take some time. In order to maximize message throughput, we increase number of threads handling signaling messages. RtpHandler only reads and forwards UDP packets, so it does not perform (almost) any processing. So it does not make any sense to have more than a few threads handling RTP packets. ----- Original Message ----- From: "david winter" <dwinter@xxxxxxxxxxxxxxxxxx> Sent: Tuesday, August 03, 2004 2:37 PM > michal, > > i want to run the latest cvs for my proxy, can you please tell me if i > need to change callsignalhandler config option for the rtphandler > option? or are they somethign different. i have callsignalhandler=200 on > my dual opteron. it was my understanding to set that to your estimated > number of simultaneous proxied connections. > > David Winter ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________________ List: Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Archive: http://sourceforge.net/mailarchive/forum.php?forum_id=8549 Homepage: http://www.gnugk.org/