On Thu, Jun 30, 2005 at 12:37:46PM -0400, Guest via RT wrote:
Show quoted text>
> This message about PerlIO-gzip was sent to you by guest <> via rt.cpan.org
>
> Full context and any attached attachments can be found at:
> <URL:
https://rt.cpan.org/Ticket/Display.html?id=358 >
>
> [guest - Thu Mar 14 11:42:43 2002]:
>
> > It's not threadsafe.
> > Yet.
>
>
> Does this mean it can cause damage at the system level, or just in the
> individual user's space using the module?
I can't see how problems would escape the userspace.
But I think that currently it can mess up the userspace if you attempt to do
things like open a file with :gzip, create a new thread, and attempt to read
from that file handle in the new thread.
The important part is that I've not audited for thread safety, so I can't
be sure what it would to in a threaded environment.
Nicholas Clark