----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Windows 2000
Apache 1.3.12
Jserv 1.0
In stress testing our servlet, we are encountering a situation where apache
seems to stop responding to requests. The error log contains a number of
lines like this:
[date] [Error] (22) Invalid argument: accept: (client socket) failed with
errno = 10038
The consequence is that after a while, apache simply stops responding to
requests (servlet or otherwise).
It's been a long time since I've done C, but in looking at the code it
appears that the call to accept() in http_main.c is returning INVALID_SOCKET
for some reason.
My question is, what might cause something like this? Is apache running out
of file (socket) descriptors?
Don't get me wrong -- I'm sure it's our code, I'm just looking for hints on
where to look.
thanks,
David
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]