Basic question: Is Apache a single thread or multi-thread web server?
Thanks
Richard
Thanks
Richard
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/
1. single threaded vs. multi threaded
1. Which programs lend themselves to be single threaded?
2. Which programs lend themselves to be multi threaded?
3. How to convert a multi threaded program to single threaded program?
2. Sharing a queue between 2 processes
3. Multi-thread process -threads in different schedulers?
4. sys_swapon and kernel failure
5. Linking multi-threaded app for single- and multi-processor
7. Semaphore/thread mutex in multi threaded app.
8. more detailed information about the AMD 1.6+ GHz MP smp-problem with latest kernel
9. Multi-threaded application thread stops receiving signals
10. Multi-Thread on Multi-CPU machine
11. multi-process + multi-thread servers?
13. Threads in linux versus threads in NT and threads in Solaris.