in reply to Perl extension and Multiple Threads

For a pure perl module, nothing. For XS code, you should build with the target threading perl. Not all modules have been updated to the current threading API, so you should check what you're building to see if it's thread safe. Look for the pTHX_ macro at the start of all the subroutine declarations.

After Compline,
Zaxo

  • Comment on Re: Perl extension and Multiple Threads