Home / Tag Archives: optimization

Tag Archives: optimization

July, 2010

  • 2 July

    MySQL Optimization: Part 2

    1. Query cache – On most servers, there are certain MySQL queries that you and/or your scripts will run more often than others. In fact, you may run the same query hundreds or even thousands of times in a single day. The query_cache setting will save the most used queries …

June, 2010

  • 30 June

    Apache HTTP Server Optimization: Part 3

    StartServers You have already configured Apache to control the number of child processes to keep running. This directive will tell Apache how many to start initially when your server first boots. Depending on the level of traffic you expect to get, this number may be low or high. For general …

  • 30 June

    MySQL Server Optimization

    If you are running a dedicated server, optimization is very important to maximize speed, efficiency, and save time and energy. We have already looked at ways to optimize Apache web server, but many dynamic websites also use databases that hold the data for their dynamic web applications. You can accomplish …

  • 29 June

    Apache HTTP Server Optimization: Part 2

    MinSpareServers and MaxSpareServers – Each virtual server on Apache uses its own set of child processes. With these settings, you can control how many spare processes Apache will run while waiting for more requests. When a child process reaches its maximum requests, the spare processes will be used. On a …

Powered by Namesco
© Copyright InternetBlog.Org.Uk 2024, All Rights Reserved