Fresh WAMP install, running very slow
Posted by: hegrec (---.ec.res.rr.com)
Date: January 27, 2010 10:51PM

Hey, I just decided to switch from IIS to WAMP Server. Problem is, it seems to take upwards of 10-20 seconds to serve any request. Once a keepalive is established, the pages load fast but initially they take a very long time to load. I never had this issue before.

It takes a long time to serve any request be it for a php page or an html page.

Running Windows server 2008 hosted in a datacenter.


I do see a lot of this in the apache error log.

[Wed Jan 27 16:53:30 2010] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed.



Edited 2 time(s). Last edit at 01/27/2010 10:54PM by hegrec.

Options: ReplyQuote
Re: Fresh WAMP install, running very slow
Posted by: stevenmartin99 (86.47.46.---)
Date: January 27, 2010 10:57PM

disable Win_accept Or figure out which firewall is causing the issue.

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Fresh WAMP install, running very slow
Posted by: hegrec (---.ec.res.rr.com)
Date: January 28, 2010 02:05AM

I added:

EnableMMAP off
EnableSendfile off
Win32DisableAcceptEx

to httpd.conf and that didn't fix it.

Then I decided to add

<IfModule mpm_winnt_module>
ThreadsPerChild 1500
MaxRequestsPerChild 10000
</IfModule>
Timeout 5


at the bottom and now it seems as if RAM usage keeps raising and raising. As if the connection queue is never clearing or something. It started out at around 50MB but me holding down refresh has made it go to 250MB and it doesn't ever go lower. I think that might be the issue that it is never clearing the connections or something. Any way to fix this?

Options: ReplyQuote


Sorry, only registered users may post in this forum.