You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "William A. Rowe, Jr." <wr...@covalent.net> on 2001/11/06 17:11:17 UTC

Re: Problems with Keep-Alive and still not exiting childs

From: "Stipe Tolj" <to...@wapme-systems.de>
Sent: Sunday, October 28, 2001 7:00 PM


> > Win32 doesn't use read/write, it uses send/recv.  While the read/write
> > oftentimes works, it's less than effective on occasion.
> > 
> > I suspect either the cygwin thunk is misbehaving, or we have compensated
> > in the server but the cygwin port doesn't pick up those exceptions.  Grep
> > throughout the source for send/recv where we've #ifdef'ed Win32, consider
> > including CYGWIN in those exceptions and see what you observe.
> 
> thanks a lot for the hint.

No problem, thought that would lick it.  Next to fix cygwin itself, no :-?

> Attached is a patch that shows what I have changed in current CVS to
> make apache-1.3 run with Win32 API specific send/recv functions. 

Cool.

> I have this apache-1.3.23-dev version running on apache.dev.wapme.net
> and will see how it behaves for the upcoming days. If it is considered
> better, I would suggest to include the patch to official CVS tree.

I didn't catch your follow-up endorsement, did you want this committed based
on your test results?