Does anyone know why the oracle child process initiated by my perl
program with parent ID of 1?
My system is HPUX 11.11 with PERL5.8.0, DBI1.48, DBD-Oracle-1.16,
Oracle10.2.0.
I have another system with HPUX11.00, PERL5.6.1, DBI1.48,
DBD-Oracle-1.16, Oracle8.1.7 where oracle child process is the pid of
perl program which initiated it.
trying to understand fork and wait ... I would really appreciate some feedback on a Perl program I'm trying ... My plan is to have a single Perl script running while the ... I still do not understand how to use fork and wait ... } #end parent while loop ... (comp.lang.perl.misc)
Re: perl fork() problem: child exit() kills parent ... the parent doesn't care about the ... when the child completes its work ... > and exits, the child's exit call appears to kill the parent as well as ... > The fork from the parent does occur within a perl eval; ... (comp.lang.perl.misc)
Re: Size of dir (with recursion) ... It would be cool if a parent kept 20 children pre-forked, ... 10 children at a time to do their work load.... to make the task harder,... If you wanna learn perl,... (perl.beginners)
Re: perl fork() problem: child exit() kills parent ... the parent doesn't care about the ... when the child completes its work ... > and exits, the child's exit call appears to kill the parent as well as ... > The fork from the parent does occur within a perl eval; ... (comp.lang.perl.misc)
perl fork() problem: child exit() kills parent ... the parent doesn't care about the ... when the child completes its work ... Have verified this by replacing the child's exit() call with a long ... The fork from the parent does occur within a perl eval; ... (comp.lang.perl.misc)