Starting New Process
- From: "D" <duncanm255@xxxxxxxxxxx>
- Date: 1 Jun 2006 07:34:23 -0700
Hello, I need to write a server program that performs the following
tasks:
1) Listens on TCP port 5555 for a connection
2) When client connects, launches application (for example, vi), then
closes connection with client
3) Goes back to listening on TCP port 5555 for an incoming connection
The main thing I need to make sure of is that when the server program
closes, that the applications that were launched remain running (i.e. I
would need to launch them independently of the server program). Any
help as to how to do this would be greatly appreciated!
.
- Follow-Ups:
- Re: Starting New Process
- From: Jean-Paul Calderone
- Re: Starting New Process
- Prev by Date: Re: Trying to get FreeImagePy to work.
- Next by Date: New to Python: Do we have the concept of Hash in Python?
- Previous by thread: argmax
- Next by thread: Re: Starting New Process
- Index(es):
Relevant Pages
|