Quoth Jim Segrave <[EMAIL PROTECTED]>:
| In article <[EMAIL PROTECTED]>,
| James Colannino <[EMAIL PROTECTED]> wrote:
|> Hey everyone. I'm writing a small application in Python that uses
|> os.fork() to create a separate process in which another application is
|> run in the background. The pro
In article <[EMAIL PROTECTED]>,
James Colannino <[EMAIL PROTECTED]> wrote:
>Hey everyone. I'm writing a small application in Python that uses
>os.fork() to create a separate process in which another application is
>run in the background. The problem is that I need to know whether or
>not that
Hey everyone. I'm writing a small application in Python that uses
os.fork() to create a separate process in which another application is
run in the background. The problem is that I need to know whether or
not that separate application managed to start and return from within
the parent approp