Re: [users@httpd] Re: Apache throughput turns glacial on weekends

2011-07-18 Thread John McAdams
MMAP off > #EnableSendfile off > Win32DisableAcceptEx > > Correct? > > John > > From: DW [xfs...@hotmail.com] > Sent: Sunday, June 26, 2011 8:51 PM > To: users@httpd.apache.org > Subject: [users@httpd] Re: Apache throughput turns gl

Re: [users@httpd] Re: Apache throughput turns glacial on weekends

2011-06-27 Thread William A. Rowe Jr.
On 6/26/2011 9:27 PM, DW wrote: > Yes. It implies that those two items are disabled or are not read by > the apache. It is by default. You need to search for this item in your > file. they are all together in line: 455 and 456 but it may be > different in yours because I have done many changes

Re: [users@httpd] Re: Apache throughput turns glacial on weekends

2011-06-27 Thread Nick Kew
On 27 Jun 2011, at 02:58, McAdams, John wrote: > OK, so I need the "#" in front of the first two commands? No. Not without first reading and understanding the docs! Those are set to off by default because they can sometimes be associated with other problems. Especially sendfile on windows! O

[users@httpd] Re: Apache throughput turns glacial on weekends

2011-06-26 Thread DW
> Sent: Sunday, June 26, 2011 8:51 PM > To: users@httpd.apache.org > Subject: [users@httpd] Re: Apache throughput turns glacial on weekends > > Better approach is to put after these two: > > #EnableMMAP off > #EnableSendfile off > > #Enter this just after the abov

RE: [users@httpd] Re: Apache throughput turns glacial on weekends

2011-06-26 Thread McAdams, John
rg Subject: [users@httpd] Re: Apache throughput turns glacial on weekends Better approach is to put after these two: #EnableMMAP off #EnableSendfile off #Enter this just after the above two Win32DisableAcceptEx hth McAdams, John wrote: > Thank you! > > I'll report back on whether t

[users@httpd] Re: Apache throughput turns glacial on weekends

2011-06-26 Thread DW
Better approach is to put after these two: #EnableMMAP off #EnableSendfile off #Enter this just after the above two Win32DisableAcceptEx hth McAdams, John wrote: > Thank you! > > I'll report back on whether this works. Although, it might be a couple of > weeks before I become confident it

[users@httpd] Re: Apache throughput turns glacial on weekends

2011-06-26 Thread DW
Better approach is to put after these two: #EnableMMAP off #EnableSendfile off #Enter this just after the above two Win32DisableAcceptEx hth McAdams, John wrote: > Thank you! > > I'll report back on whether this works. Although, it might be a couple of > weeks before I become confident it

RE: [users@httpd] Re: Apache throughput turns glacial on weekends

2011-06-26 Thread McAdams, John
a command that > goes on a line there? > > John > > > From: DW [xfs...@hotmail.com] > Sent: Sunday, June 26, 2011 8:18 PM > To: users@httpd.apache.org > Subject: [users@httpd] Re: Apache throughput turns glacial on weekends >

[users@httpd] Re: Apache throughput turns glacial on weekends

2011-06-26 Thread DW
> goes on a line there? > > John > > > From: DW [xfs...@hotmail.com] > Sent: Sunday, June 26, 2011 8:18 PM > To: users@httpd.apache.org > Subject: [users@httpd] Re: Apache throughput turns glacial on weekends > > I suggest try this fix: > > <http:

RE: [users@httpd] Re: Apache throughput turns glacial on weekends

2011-06-26 Thread McAdams, John
. Is that just a command that goes on a line there? John From: DW [xfs...@hotmail.com] Sent: Sunday, June 26, 2011 8:18 PM To: users@httpd.apache.org Subject: [users@httpd] Re: Apache throughput turns glacial on weekends I suggest try this f

[users@httpd] Re: Apache throughput turns glacial on weekends

2011-06-26 Thread DW
I suggest try this fix: Let us know if this was successful. McAdams, John wrote: > My Apache/2.2.19 server running on a Windows 7 machine mostly seems to > run fine. > > > > But on weekends, sporatically, throughput turns glacial. It h