from
http://httpd.apache.org/docs/2.2/mod/mpm_winnt.html#win32disableacceptex

AcceptEx() is a Microsoft WinSock v2 API that provides some performance
improvements over the use of the BSD style accept() API in certain
circumstances. Some popular Windows products, typically virus scanning
or virtual private network packages, have bugs that interfere with the
proper operation of AcceptEx(). If you encounter an error condition like:
[error] (730038)An operation was attempted on something that is not a
socket.: winnt_accept: AcceptEx failed. Attempting to recover.
you should use this directive to disable the use of AcceptEx().


En l'instant précis du 04/07/07 10:54, Nino Ulsamer s'exprimait en ces
termes:
> Well, that's really strange, because those servers are basically very clean. 
> No software firewall, antivirus, or something similar. Those are production 
> servers, so they are really running nothing else than MySQL, Apache and 
> Tomcat... SP4 is installed as well.
>
> What exactly is this Win32DisableAcceptEx doing??
>
> Nino
>
> -----Ursprüngliche Nachricht-----
> Von: Johnny Kewl [mailto:[EMAIL PROTECTED] 
> Gesendet: Dienstag, 3. Juli 2007 20:46
> An: Tomcat Users List
> Betreff: Re: Tomcat - Apache: IP replacement
>
> Nino, I'm thrilled that you onto the problem, and that there definitely 
> seems to be a real issue, its not just a config glitch somewhere..... but it 
> doesnt look good.
>
> That command is effectively turning Apache into a steam engine on windows, 
> and its treating windows like its got stone age sockets.... (no comment from 
> linix guys;)
>
> Heres a article.... http://apache.osuosl.org/httpd/binaries/win32/
>
> Listen, I think those machines need a serious upgrade.... suggest you pull 
> off any games, disable the antivirus package you using and get another one, 
> and go get the latest Service Pack from windows...... think SP4 is the last 
> one for Win 2K
>
> Basically.... your win sockets are broken.... I think its a bum 
> antivirus..... or a nasty game.... how you even thought to use that command 
> is beyond me.... well done.
> Think you cracked it bro! ;)
>
>
> ----- Original Message ----- 
> From: "Nino Ulsamer" <[EMAIL PROTECTED]>
> To: "Tomcat Users List" <users@tomcat.apache.org>
> Sent: Tuesday, July 03, 2007 5:17 PM
> Subject: AW: Tomcat - Apache: IP replacement
>
>
> Hello,
>
> I almost couldn't believe it, but I solved the problem. The issue was Apache 
> missing a flag in its config file, Win32DisableAcceptEx. When I put this 
> into the httpd.conf, everything worked fine!
>
> This crazy stuff took me 2 days to figure out...
>
> Does anyone by any chance know what this is doing exactly?? Does it have an 
> impact on performance and/or stability of Apache?
>
> Regards,
> Nino
>
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>   


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to