Is it possible to share a database handle initialized in a parent with
forked children ?  What I want to do is process a file which needs to
execute many SELECT statements in parallel.  I am wondering if each
child needs to instantiate its own dbh or whether you can execute sql
simultaneously against the same dbh.

thanks,

--eric

Reply via email to