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
In Section
Seekers of Perl Wisdom