logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Other Software View previous topic :: View next topic
Reply to topic   Topic: Performance Increase Apache and PHP ?
Author
neoapache



Joined: 27 Jun 2012
Posts: 1
Location: usa, cleveland

PostPosted: Wed 27 Jun '12 20:25    Post subject: Performance Increase Apache and PHP ? Reply with quote

I'm attempting to increase the performance of apache and .php on my Windows 2008 R2 server (8gig RAM and 2 3.47GIG processors). Below are some of the php.ini setting that I have set to increase performance, are you aware of any more setting I can configure to increase performance.


realpath_cache_size=64k
realpath_cache_ttl=480
memory_limit = 1024M
post_max_size = 50M
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Thu 28 Jun '12 14:05    Post subject: Reply with quote

increasing memory_limit does not help to inscrease the performance. It is the amount of ram a single script my consume.
The question is how long does a single script run on your server? Longer than second?
Back to top


Reply to topic   Topic: Performance Increase Apache and PHP ? View previous topic :: View next topic
Post new topic   Forum Index -> Other Software