If your server is in Java or Ruby, then there are methods for stopping the server gracefully.
On Wed, May 4, 2011 at 2:43 AM, Jaonary Rabarisoa <[email protected]> wrote: > Hi all, > > I'm trying to use thrift for testing purpose. In my project, I need to > start > and stop the service for every test case. Starting the service is simple as > doing "server.serve()" but I can't find how to stop it. So, how a thrift > service is supposed to be stopped ? Is is possible to stop it from the > client ? > > > Regards, > > > Jaonary >
