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
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