>
>
> It's all about these four lines, there is a race condition, and you will 
> most likely not be able to spot it. All forked Perl processes dup DATA 
> handles, but those handles still share a single seek pointer. So, if 
> multiple processes try slurping a DATA section at the same time, they will 
> all throw around the seek pointer, interfering with each other, and you end 
> up with corrupted or missing data, which can then trigger any number of 
> funny symptoms.
>
>
>
That sounds like a bug in Perl 

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to