in reply to How to do parallel processing within mod_perl

Your forking approach should work. You can read about how to do forking safely from mod_perl in the mod_perl docs.
  • Comment on Re: How to do parallel processing within mod_perl