Hello everybody,
I'm quite sure it's not tomcat problem, however, I give it a shot, mainly
because I know all the people here
usually have great ideas...

I'm using tomcat 3.3.1b. 
I've an applet that runs several threads. Each thread calls to the server
using URLConnection.
Everything works fine, however, only 2-3 threads can simoulantously achieve
the
server, and the rest are waiting. When one thread finishes, the other one
can connect the server.

The "stuck" command is:
     
      java.io.InputStreamReader is = new
java.io.InputStreamReader(con.getInputStream()); 

I'm using the Applet tag to run my applet.

Do you have any clues for me ?

Best regards,
Tamir

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to