Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache Tweaks?

Status
Not open for further replies.

seanradio

Programmer
Mar 15, 2005
16
CA
I am running Apache 1.3.31 - I want to make sure I am getting the most out of the software & the PC it's running on. The PC is a AMD XP 1700+ - 480 mb of RAM - and it's on a HIGH SPEED connection. When I run the Apache Benchmark it runs 100% - But.....How do I know all the settings are correct and how do I know if I'm running above the 100%.

Any tips or tweaks would be nice.
 
seanradio,

Some things to consider as far as optimizing your Apache server:

1. The operating system. All OS's consume RAM and CPU clock cycles. A minimal OS, such as running Linux in command-line mode will consume less system resources than, say, Windows XP Professional.

2. Your high-speed connection may have a high-speed downstream bitrate (coming into your PC), but a much, much, much lower upstream bitrate (going out of your PC). If your upstream is only 128k, then you may want to check for alternatives.

3. The maximum concurrent connections to your Apache server will impact its performance. In other words, the harder the CPU works, the longer things take. If you get many concurrent connections, users may notice the latency.

4. If you have any DNS forwarding in place, where your domain name resolves to a forwarding service, that then forward the traffic to your Public IP, this could slow things down. If you have a NAT router, this could lag traffic to your server as well.

I'm sure that there are some other factors, these are just the ones that come to mind.

Wishdiak
A+, Network+, Security+, MCSA: Security 2003
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top