Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi, Here is the scenario. One perl subroutine will be accessed by multiple threads from 'C' using call_pv() calls. How to make perl subroutines Thread safe?. Please suggest some ways to make them Thread safe. Thanks, Poornachandran SM.
  • Comment on How to make perl subroutines Thread safe?.

Replies are listed 'Best First'.
Re (tilly) 1: How to make perl subroutines Thread safe?.
by tilly (Archbishop) on Dec 07, 2000 at 19:46 UTC