----------------------------------------------------------------
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!!!
----------------------------------------------------------------

You didn't specify whether you are using NT server or workstation.  With
workstation, there is a limit to the number of TCP sessions that can be
simultaneously established, and you may have run into this limit.

The other problem may be the socket backlog (i.e., the queue fills up and
subsequent connect requests are rejected).

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> [EMAIL PROTECTED]
> Sent: Friday, May 05, 2000 6:42 AM
> To: [EMAIL PROTECTED]
> Subject: multiple request issue with JServ1.1
>
>
> ----------------------------------------------------------------
> 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!!!
> ----------------------------------------------------------------
>
> Hi everybody,
>
> trying to do a mass test with my servlet I got the following problem:
> Up to 20-25 simultaneously requests everything works fine, but
> over it I got
> lots of
>
>       (EMERGENCY) ajp12: can not connect to host 127.0.0.1:8007
>       (EMERGENCY) ajp12: connection fail
>       (ERROR) an error returned handling request via protocol "ajpv12"
>
> errors in "mod_jserv.log".
> Is there a technical limit of JServ -- or WinNT ;-)  -- or a configuration
> problem (I use Apache/JServ default
> configuration) ?   Any ideas ???
>
> System:  NT 4.0 SP5, Apache 1.3.11, JServ 1.1, JDK 1.2.2, JSDK 2.0
>
> Thanks,
> Kristian
>
>
>
> --
> --------------------------------------------------------------
> 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]
>



--
--------------------------------------------------------------
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]

Reply via email to