RE: Threads Locking cont.

2004-04-15 Thread Shapira, Yoav
-Original Message- From: Filip Hanik (lists) [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 12:53 PM To: Tomcat Users List Subject: RE: Threads Locking cont. this is not a tomcat, issue, it is your code (or should I say the webservice code) that is locking when trying to read data from

[OT] Re: Threads Locking cont. Solved

2004-04-15 Thread Ben Souther
You're right this isn't a tomcat issue. It appears that the problems has to do with us starting tomcat while connected to the machine via Terminal Services. Tomcat was actually hanging during startup (even before we deployed our app). Ant also hung. On Wednesday 14 April 2004 12:53 pm,

RE: Threads Locking cont.

2004-04-14 Thread Filip Hanik \(lists\)
this is not a tomcat, issue, it is your code (or should I say the webservice code) that is locking when trying to read data from the socket. you should set SO_TIMEOUT on the socket, and it will timeout and throw an error instead of hanging forever when there is no data from the other side. Filip