RE: Multiple embedded perl interpreters in different threads

2002-12-03 Thread Gavin Camp (gcamp)
PROTECTED] Subject: Re: Multiple embedded perl interpreters in different threads The answer is yes, and I have done that sometime ago with perl 5.6.1. Take a look of http://www.perldoc.com/perl5.8.0/pod/perlembed.html#Maintaining-multiple -interpreter-instances. The key is to invoke the PERL_SET_CON

Re: Multiple embedded perl interpreters in different threads

2002-12-02 Thread KONG LI
The answer is yes, and I have done that sometime ago with perl 5.6.1. Take a look of http://www.perldoc.com/perl5.8.0/pod/perlembed.html#Maintaining-multiple-interpreter-instances. The key is to invoke the PERL_SET_CONTEXT macro in front of any perl API. Good luck. Kong > Hi, > > I am writi