On Tue, 17 Apr 2001, Charles Sprickman wrote:

> Hi,
>
> I'm running shoutcast on a 4.2R machine, and I'm finding that the
> shoutcast server, when idle climbs up to around 90% cpu usage.  Included
> is a bit of back-and-forth with a shoutcast support person.

Does sc_serv use select() in it's main loop?  I've seen applications that
use a zero timeout for select() and when they're idle the select() loop
runs really fast.  This certainly sucks for multiuser systems but for
dedicated boxes it allows for great response time.

Doug White                    |  FreeBSD: The Power to Serve
[EMAIL PROTECTED]     |  www.FreeBSD.org


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to