Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: wenge
  • Order by date
  1. wenge

    How to create a socket as a child process?

    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.
  2. wenge

    How to create a socket as a child process?

    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...

Part and Inventory Search

Back
Top