> > When I was using straight DBI I never had an explicit disconnects. It > just worked. :( >
You might be misunderstanding something here. There's only more than one connection if you're performing queries non-blocking, and i very much doubt you've done that with raw DBI. If all you're doing is blocking queries, then there will never be more than one connection. -- sebastian -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
