On Tue, Dec 16, 2003 at 12:25:00PM +0100, Kaare Rasmussen wrote: > > I'll have some long running transactions in my application and I'll use > POE::Wheel::Run unless someone tells me a better way. > > Is it possible to pass an open DBI handle from the parent to the child > process ? If so, any examples ?
You may want to look at one of the DBI components. They use POE::Wheel::Run internally to manage DBI connections in child processes. Each implements a different connection management model, so you may want to read through them at http://search.cpan.org/ beforehand. -- Rocco Caputo - [EMAIL PROTECTED] - http://poe.perl.org/
