3 Replies Latest reply on May 31, 2006 10:42 AM by mazz

    ServerThread never dies

    mazz

      I'm hitting a scenario where a ServerThread never dies (the name of the thread is "SocketServerInvokerThread-127.0.0.1").

      I saw the comments in this class talking about race conditions and a sync-block-within-a-sync-block. I may be hitting this.

      What are some of the things I should ensure that I do so I can force the ServerThread to die?