threads - Re: Leaks caused by perl_clone

Posted on Mon Jun 11 22:32:26 2007 by jdhedden in response to 5381 (See the whole thread of 2)
Re: Leaks caused by perl_clone
I've added the following to the POD for the next release:
=item Threadsafe modules See L<perlmod/"Making your module threadsafe"> when creating modules that may be used in threaded applications, especially if those modules use non-Perl data, or XS code.
If anyone would like to contribute more to the documentation, feel free to send me any patches. Thanks.
Write a response