Single thread/Multi-thread

Single thread/Multi-thread

Post by richard webste » Thu, 05 Oct 2000 04:00:00



Basic question: Is Apache a single thread or multi-thread web server?

Thanks

Richard

 
 
 

Single thread/Multi-thread

Post by Joshua Sliv » Thu, 05 Oct 2000 04:00:00



> Basic question: Is Apache a single thread or multi-thread web server?

Apache 1.3 is a multi-process (single-threaded) pre-forking web server
on Unix and a single-process multi-threaded web server on Win32.

Apache 2.0 (currently in alpha) is a multi-process, multi-threaded
web server (depending on how you configure it).

--
Joshua Slive

http://finance.commerce.ubc.ca/~slive/