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
11 hours 38 min ago
17 hours 26 min ago
19 hours 17 min ago
21 hours 2 min ago
1 day 52 min ago
1 day 6 hours ago
1 day 6 hours ago
1 day 11 hours ago
1 day 16 hours ago
1 day 21 hours ago