in reply to Re: Embperl/Apache::Session and forking
in thread Embperl/Apache::Session and forking
Right.. But at the point the child is forked it could be in a state where it "thinks it outta be saved", so then both the parent and child will attempt to do so during perl_destruct, right?....
If the parent takes longer to finish than the child(and the call succeeds) this would indicate the session would now contain old data from the child....
- Greg
If the parent takes longer to finish than the child(and the call succeeds) this would indicate the session would now contain old data from the child....
- Greg
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Embperl/Apache::Session and forking
by perrin (Chancellor) on Jul 21, 2004 at 21:29 UTC | |
by devnul (Monk) on Jul 21, 2004 at 22:59 UTC | |
by perrin (Chancellor) on Jul 22, 2004 at 17:01 UTC |
In Section
Seekers of Perl Wisdom