Server load
Posted by: dcool (---.tampabay.res.rr.com)
Date: August 18, 2010 12:39AM

Hey everyone,

I just installed wamp server to take some load off my dedicated server I have no problem with my site connecting to wamp but the problem is when I first start wamp up works great home pc dosn't lag or anything but after while the server still shows online but no response from it even from localhost. Also there is about 1000+ request a second on one php file hosted by wamp I know this pc can handle it but wamp seems to be choking is there a fix?

Is there like a max user setting or max RPS?



Edited 1 time(s). Last edit at 08/18/2010 12:40AM by dcool.

Options: ReplyQuote
Re: Server load
Posted by: toumimi (---.19.72-86.rev.gaoland.net)
Date: August 18, 2010 02:07AM

Yep , there is always many max values that you can adjust.

Search "max" into httpd.conf (from wamp menu -> Apache)

Search "max" into my.ini (from wamp menu -> Mysql)

Florian

WampServer Patch (Screenshots)
Topic EN : www.wampserver.com
Topic FR : www.wampserver.com

Options: ReplyQuote
Re: Server load
Posted by: dcool (---.tampabay.res.rr.com)
Date: August 18, 2010 02:20AM

Thanks for a reply but I searched "max" into httpd.conf nothing was found and also im not using mysql on the wamp server just php and simple flat text files.

Options: ReplyQuote
Re: Server load
Posted by: dcool (---.tampabay.res.rr.com)
Date: August 18, 2010 02:43AM

I just need a fix to allow more request a second and allow more users at once any ideas?

Options: ReplyQuote
Re: Server load
Posted by: toumimi (---.19.72-86.rev.gaoland.net)
Date: August 18, 2010 02:54AM

Some configuration parameters available

MySQL Settings:
max_connections=500

Apache Settings:
serverlimit 350
Timeout 15
KeepAlive On
MaxKeepAliveRequests 200
KeepAliveTimeout 4
<IfModule prefork.c>
StartServers 8
MinSpareServers 10
MaxSpareServers 20
MaxClients 330
MaxRequestsPerChild 1000
</IfModule>

Florian

WampServer Patch (Screenshots)
Topic EN : www.wampserver.com
Topic FR : www.wampserver.com

Options: ReplyQuote
Re: Server load
Posted by: dcool (---.tampabay.res.rr.com)
Date: August 18, 2010 03:01AM

I can't seem to find those modules or in the httpd.conf or php.ini can you point me to the location and what I should change some of the parameters to?

Thanks

Options: ReplyQuote
Re: Server load
Posted by: dcool (---.tampabay.res.rr.com)
Date: August 19, 2010 03:24AM

Ehh guess no one else has any ideas does anyone know a good software like wamp? Willing to link back to the site link will get 100+ views a second thanks.

Options: ReplyQuote


Sorry, only registered users may post in this forum.