Add new comment

Want to support HowtoForge? Become a subscriber!
Submitted by Anonymous (not registered) on Sat, 2006-03-18 19:23.

The article is a bit vague in chapter 4 about compression and caching. While caching might be good for the client response times, i would personaly stay away from compression. It adds cpu load to the server and even thou it adds only small amount of cpu usage, it could be used to stress the server remotely.

Also, the article is missing very crucial part of tuning web server for fast response times and big amount of concurrent users: Kernel tuning. There's no mention of even simple parameters like how many file descriptors can be open at any time by user. For big sites this is crucial. And it comes really a requirement if there's any php/database code.


It would also be good article idea if to comb thru php options with apache in mind as default rules for php as apache module are very easy to ddos your machine (namely, no limitations on concurrent database connections)

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.