This provides 'portable' multi backend (Mojolicious, Starman, Apache -untested-) fork safety for dbh handlers, a la Apache::DBI.
It can be used by p5-Mojolicious applications to be able to use multiple backend processes: https://github.com/kraih/mojo/wiki/Hypnotoad-prefork-web-server#wiki-dbixconnector Tested in amd64. attached as a .tar file as gmail don't allow me to send it as .tgz: "Your attached file contains a binary executable"... $ cat pkg/DESCR DBIx::Connector provides a simple interface for fast and safe DBI connection and transaction management. Connecting to a database can be expensive; you don't want your application to re-connect every time you need to run a query. The efficient thing to do is to hang on to a database handle to maintain a connection to the database in order to minimize that overhead. DBIx::Connector lets you do that without having to worry about dropped or corrupted connections. $
p5-DBIx-Connector.tar
Description: Unix tar archive