Hi all,

I've got a module which I call from PerlChildInitHandler to obviously run on
creation of each child process.

I have a seperate problem which I'm trying to track down, and in doing so,
it would be really helpful if I could carp the process ID of the child
process during part of this handler code.

The problem is, if I output $$, then it only ever outputs the process ID of
the parent httpd process, not the actual child process itself.

Anyone know if this can be done?

Thanks in advance.

Gatsby.
-- 
View this message in context: 
http://www.nabble.com/Process-ID-when-called-from-PerlChildInitHandler-tf4134684.html#a11759481
Sent from the mod_perl - General mailing list archive at Nabble.com.

Reply via email to