> * initialize everything in the parent Apache, just make sure to create
>   new DBI connections in the children.

That's what I would do.  It increases the amount of shared memory.
Disconnect the DBI connection when you're done with it.  Apache::DBI
doesn't cache connections during startup, so this shouldn't be a
problem.
- Perrin

Reply via email to