How can I use connection pooling in perl using MySQL? -


this question has answer here:

we have perl application using dbi connect mysql , execute sql statements. creates multi connections, want handle using connection pooling , have no idea connection pooling.

how do this?

if there multiple connections same database same dsn inside 1 process, can replace calls dbi->connect dbi->connect_cached , the dbi take care of reusing connections. that's not pooling, should work.


Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -