Add new comment
Do you like HowtoForge? Please consider supporting us by becoming a subscriber.
|
Apache has several threading models. You used the slowest (and default on Debian). Try looking at Debian modules "apache-mpm-worker" (a threaded implementation) or "apache-mpm-event" (a similar model to lighttpd). "The event-Multi-Processing Module (MPM) is designed to allow more requests to be served simultaneously by passing off some processing to work to supporting threads..... " The pre-fork model that you tested with is the "safest" but not the fastest (ie, not a danger for non-thread safe libraries).
Reply |





Recent comments
6 hours 1 min ago
7 hours 43 min ago
10 hours 9 min ago
10 hours 15 min ago
14 hours 49 min ago
16 hours 50 min ago
20 hours 13 min ago
22 hours 20 min ago
22 hours 31 min ago
1 day 57 min ago