Add new comment

Do you like HowtoForge? Please consider supporting us by becoming a subscriber.
Submitted by Michael (not registered) on Sat, 2008-12-20 09:46.

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 worker MPM provides a thread implementation for Apache HTTPD. It is considerably faster than the traditional model, and is the recommended MPM."

 "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).

Please do not use the comment function to ask for help! If you need help, please use our forum.
Comments will be published after administrator approval.

Reply

*
*
The content of this field is kept private and will not be shown publicly.


*

  • Images can be added to this post.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <div>
  • Lines and paragraphs break automatically.