Re: Yanick Belanger makes NIST-SIP burn tires.

"Jeroen van Bemmel" <[email protected]> Sun, 25 Feb 2007 15:29:04 +0100
Newsgroups gmane.comp.voip.nist-sip
Message-ID <006101c758e9$4d52e150$0601a8c0@BEMBUSTER>
Ranga,

CPU usage stays below 100% because there is a call to sleep(5) in Shootist. 
If you remove that you get 100%, but calls start failing. It should not be 
necessary to sleep in order to avoid failing calls, this is something that 
needs to be fixed

Regards,
Jeroen

M. Rangnathan wrote:
> Folks,
>
> If you are writing a performance sensitive application (i.e. Server
> application), this will be of interest to you. Yanick Belanger has
> made several improvements on the code lately that have improved the
> performance by at least 10%. Do download and try it out in your
> application and let us know how these changes improved your
> application. There still seems to be low cpu usage on self test. If
> there's a profiling whiz out there, maybe you can let us know whats
> blocking the cpu. The test to run is src/test/load/concurrency
>
> I just love it when people get my code to run faster. Learn something
> new all the time.
>
> Thanks to Yanick on behalf of the community. Good stuff.
>
> Hack on!
>
> Ranga.