> are their methods for stopping it from a client ?

In general you have to add a "shutdown" operation that your clients can 
call. You should probably make that a oneway call :)

How the server implements that operation depends on the language.  In C++ 
you need to invoke stop() on the TServer* object, and then you need to 
tell the network layer to wake up and notice the stop by calling 
interrupt() on the TServerSocket* object.

        /r$

--
STSM, WebSphere Appliance Architect
https://www.ibm.com/developerworks/mydeveloperworks/blogs/soma/

Reply via email to