On Mon, 2002-04-29 at 10:12, Rodent of Unusual Size wrote: > > This apparently can be changed at compile time > > Incorrect. Apache 1.3 is always and immutably single-threaded, > except on Windows.
It's not that it can be configured at compile time, per se. However, there are hacks to the http_main.c that can be done to make it threaded, and there are some third party patches that will do it for you. I'm not an expert on the subject (like Ken is ;-), but according to the performance tuning docs, it can be done. However, I'm also seeing that multi-threaded has worse performance than single-threaded. C-Ya, Kenny -- ---------------------------------------------------------------------------- "Tact is just *not* saying true stuff" -- Cordelia Chase Kenneth E. Lussier Sr. Systems Administrator Zuken, USA PGP KeyID CB254DD0 http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xCB254DD0 ***************************************************************** To unsubscribe from this list, send mail to [EMAIL PROTECTED] with the text 'unsubscribe gnhlug' in the message body. *****************************************************************
