On Tue, Apr 15, 2008 at 9:05 AM, Mark Blackman <[EMAIL PROTECTED]> wrote: > My assumption is that perl caches the PID on startup and > only reinitializes on perl fork(), thus in the embedded case > a fork() outside the perl API doesn't reinitialize $$ at least > for some cases.
It must be a mod_perl 2/apache 2 issue. I've never seen this happen with mp1 or with perl programs that use fork(). - Perrin