Hi
Now I am developing a java socket server on TCP Protocol, server listen port 9998 and wait client to connect,when a client connect to server, socket server create a new process for communication,the process do "while(1);" ,if the socket server receive character string "bye",then a break is execute and jump out of "while(1);" ,the process is ended.
I hava a need but I do not how to do:
I want socket server can stop some one process ,in other word ,I want server send string "bye" via socket , I think it may impossible, is there any other way to realise this function?
Thank You.
Best Regard
FRT