Hi Ben - > > On Feb 12, 2005, at 9:44 PM, ben syverson wrote: > > > > > Maybe the solution is to have 5 or 10 perl > > processes fire up and stay > > > open as daemons, processing these background regen > > requests?
Depending on how bulky the regen process is, one option might be to register a PerlCleanupHandler and let the httpd child do the regen after the user response is sent. It would keep the httpd child tied up longer, but would probably be a lot cleaner and easier to manage than running a separate service just to handle the regen. Larry