Results 1 to 2 of 2

Thread: Hessian: Server side action when client dropped

  1. #1
    Join Date
    Nov 2008
    Posts
    1

    Exclamation Hessian: Server side action when client dropped

    Is there any way to interrupt the server SocketListener thread when the client connection is dropped? For example, if the client connection times out with a Hessian exception, the SocketListener thread seems to continue until it is complete. I would prefer the SocketListener thread be interrupted so I can catch the exception and clean up the server side. Otherwise, the client has no idea what completed or did not complete successfully on the server side.

  2. #2

    Default

    This question should be posted on the Remoting and JMS forum.
    Tareq Abedrabbo

    My Twitter
    My Blog

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •