Hi,
I have written a simple server<->multi client connection program, and i have a few questions i can't find an answer to:
1. Is there any way a client can check if the server is busy with another client?
2. Can i close all client connection from the server session? how?
3. How can i stop the server session (stop listening)? i am using "vwait" but it seems that the only way to set the vwait variable is through a client session...
Many Thanks!
I have written a simple server<->multi client connection program, and i have a few questions i can't find an answer to:
1. Is there any way a client can check if the server is busy with another client?
2. Can i close all client connection from the server session? how?
3. How can i stop the server session (stop listening)? i am using "vwait" but it seems that the only way to set the vwait variable is through a client session...
Many Thanks!