2 Replies Latest reply on Sep 28, 2001 11:49 AM by roman_heinz

    SocketException under heavy load

    roman_heinz

      Hi *.

      I just startet evaluating jboss 2.4.1 on W2k.
      First, I tried out jboss-tomcat with a simple war (no EJBs) and an ear with session and entity beans.

      When I simulate about 10 or more concurrent users, tomcat starts throwing SocketExceptions after a while.
      This happens with both applications, ear and war.
      (and with the supplied tomcat-demo)
      --

      2001-09-27 09:42:37,166 [Thread-6] DEBUG WebContainer.EmbeddedTomcatSX - 2001-09-27 09:42:37 - ContextManager: SocketException reading request, ignored - java.net.SocketException: Connection reset by peer: JVM_recv in socket input stream read
       at java.net.SocketInputStream.socketRead(Native Method)
       at java.net.SocketInputStream.read(Unknown Source)
       at java.io.BufferedInputStream.fill(Unknown Source)
       at java.io.BufferedInputStream.read(Unknown Source)
      

      --

      When I use Jetty, no SocketExceptions are thrown at the same load, but (without further configuration/tuning) jetty seems to be pretty slow.

      Any ideas?

      regards,
      Roman