http://qs1969.pair.com?node_id=164483

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Monks My project is to write a daemon which will process a long list of SQL process against an Oracle DB.I need to run a defined set of SQL's paralelly to achieve efficiency.(Note: all the SQL's runs against the same DB). For this , I would like to have a DB connection pool thereby avoiding multiple connections to the DB.My questions is, how would I do it in perl or is there any modules whichis available to write a DB connection pool. FYI, this has nothing to do with mod_perl or Apache.Thanks for your help