On Jan 29, 2008 9:57 PM, Sam Tregar <[EMAIL PROTECTED]> wrote:
> On Jan 29, 2008 9:55 PM, Peter Karman <[EMAIL PROTECTED]> wrote:
> > just a naive guess here, but if you were using DBI->connect_cached as the
> > underlying connect method, wouldn't DBI handle the sharing for you?
> >
>
> No, I'm pretty sure DBI uses the class as part of the connect_cached key.

And as for DBI's, connect_cached(), you can use that (instead of the
default connect()) in Rose::DB by overriding dbi_connect() in your
Rose::DB subclass:

http://search.cpan.org/dist/Rose-DB/lib/Rose/DB.pm#dbi_connect

-John

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to