"Kenneth E. Lussier" wrote: > > There is some info on threading (HAVE_PTHREAD_SERIALIZED_ACCEPT) in the > performance tuning notes at > http://httpd.apache.org/docs/misc/perf-tuning.html. If you do a search > on Apache.org's documentation site, you might find more on it.
That has nothing to do with threading; that's simply a knob for using the pthread library's semaphore mechanism for accept mutexing instead of flock or fcntl. -- #ken P-)} Ken Coar, Sanagendamgagwedweinini http://Golux.Com/coar/ Author, developer, opinionist http://Apache-Server.Com/ "Millennium hand and shrimp!" ***************************************************************** To unsubscribe from this list, send mail to [EMAIL PROTECTED] with the text 'unsubscribe gnhlug' in the message body. *****************************************************************
