On Tue, 2003-07-15 at 16:11, Stas Bekman wrote:
> Is this still correct in the threaded environment where the filehandle is 
> shared across several threads?

Why would the filehandle be shared?  Wouldn't you open a new handle in
each thread?

I expect this would be fine, since the behavior is enforced by the
system library rather than by Perl.  You can always use flock if you're
feeling paranoid about it though.

- Perrin

Reply via email to