0 Replies Latest reply on Apr 3, 2004 12:27 PM by lee_x_francis

    No thread for Socket.........

    lee_x_francis

      I have a web service deployed that acts like a data feed, clients connect to it and request data. The clients time out after 30 secs, if there is no data then reconnect. The problem I am seeing is that each time the clients disconnect then reconnect the web service leaves a thread open until eventually jboss runs out of threads :

      2004-04-03 13:18:27,137 WARN [org.jboss.jbossweb] WARNING: No thread for Socket[addr=


      Am not sure how to terminate these threads on the server side.
      Any help much appreciated..

      Thx..

      Lee.