in reply to Spawning multiple interpreters from C

Have you thought about building your application as an Apache module, then having it alter the request and use mod_perl for the Perl interpreter?

Seems like it would save a great deal of work and allow you to concentrate on your application instead of the framework.

  • Comment on Re: Spawning multiple interpreters from C

Replies are listed 'Best First'.
Re^2: Spawning multiple interpreters from C
by mpeters (Chaplain) on Dec 14, 2004 at 21:25 UTC
    This is especially attractive under mod_perl 2 where you can write protocol handlers.