I am looking for an example of maintaining a persistent pool of Perl interpreters for use from my C program (a daemon that accepts web services requests that it sometimes fulfills using calls to Perl modules/providers). I've looked through the mod_perl docs, but am a bit overwhelmed and as far as I can tell it seems to maintain a single interpreter per Apache process. If anyone has any advice or a pointer to examples, it will be greatly appreciated.