Add new comment
Want to support HowtoForge? Become 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
15 hours 55 min ago
20 hours 45 min ago
1 day 1 hour ago
1 day 3 hours ago
1 day 4 hours ago
1 day 4 hours ago
1 day 8 hours ago
1 day 9 hours ago
1 day 11 hours ago
1 day 18 hours ago