Thanks, Bob.
I have no problem to write client and server programs. But I
have problem to write a main script to fork the server program
and keep main script to do other jobs and keep server to waiting for client request. The main script and sub-process have to be run on parallel.
I wrote a Tcl socket script as server which will accept data from client and then pass to main Tcl script. My question is how to write main script to generate child process? Main script and socket server (child process) have to run on parallel.
Socket Server:
socket -server myServer port...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.