RE: Subprocess still running and spawn_proc_prog() returns immediately

2009-09-03 Thread eric.berg
rocess still running and spawn_proc_prog() > returns immediately > > I've got an Apache2 problem with a registry script that runs another > perl script in a subprocess. The spawn_proc_prog() returns > immediately, > though the subprocess is still running, which causes a

Subprocess still running and spawn_proc_prog() returns immediately

2009-09-03 Thread eric.berg
I've got an Apache2 problem with a registry script that runs another perl script in a subprocess. The spawn_proc_prog() returns immediately, though the subprocess is still running, which causes a blocking situation when I try to read the stdout/err causing the script to hang indefinitely. The sub