in reply to Spawning multiple interpreters from C

I don't see why you need multiple Perl interpreters. Isn't is possible to call a single interpreter multiple times?

About the persistent interpreters - You may want to start multiple Perl processes and call them using IPC (see Net::Daemon), but than you wouldn't be able to use C callbacks.

  • Comment on Re: Spawning multiple interpreters from C