On 2/15/06, Yang, W (Wanjuan) <[EMAIL PROTECTED]> wrote:
>
> Since the server main thread and child thread will run forever, my question
> is how can I exit the server nicely in the program when it is required (e.g
> no clients coming for a while) rather than using 'Ctrl-c' or kill the process.
>
On 15 Feb 2006, at 09:42, Yang, W (Wanjuan) wrote:
>
> Since the server main thread and child thread will run forever, my
> question is how can I exit the server nicely in the program when it
> is required (e.g no clients coming for a while) rather than using
> 'Ctrl-c' or kill the process.