Hi, I do queries from several DB servers. I use Apache::DBI to initiate persistent connection: ## startup.pl use Apache::DBI (); use DBI ();
The problem is, Apache::DBI will make persistent connection to all DB servers, but since some servers are not used so frequently as the others, I don't want to make a persistent connection to these servers. Can I use Apache::DBI to initiate persistent DB connection only for some DB handler? Thanks in advance. Regards, Batara -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html