Menu

how to finish the server?

Help
Anonymous
2003-05-13
2003-05-13
  • Anonymous

    Anonymous - 2003-05-13

    I wrote a XmlRpc server, and it's working fine. But I'd like to nicely terminate the main loop of the server:

    server->work(-1.0);

    Currently, it's running in a secoundary thread, and when I want to finish it, I kill that thread. It's posible finish the server in a more convenient way ?

    Thanks.

     

Log in to post a comment.