[Catalyst] Re: Database connections leaking

2007-12-31 Thread Aristotle Pagaltzis
* Jonathan Rockway <[EMAIL PROTECTED]> [2008-01-01 01:00]: > On Mon, 2007-12-31 at 16:39 -0700, Kevin Nathan wrote: > > > > http://www.packtpub.com/article/catalyst-web-framework-building-your-own-model > > Wow, I had no idea they were turning my book into articles. > Weird. Reminds me of the

Re: [Catalyst] Re: Database connections leaking

2007-12-31 Thread Peter Karman
On 12/30/2007 02:54 PM, Aristotle Pagaltzis wrote: > [F'up-to dbix-class] > > * Matt S Trout <[EMAIL PROTECTED]> [2007-12-24 19:30]: >> You might want to see about ripping out the C::M::DBI >> connection management and using a DBIx::Class::Storage::DBI >> object instead - the Model::DBI code ori

[Catalyst] Re: Database connections leaking

2007-12-30 Thread Aristotle Pagaltzis
[F'up-to dbix-class] * Matt S Trout <[EMAIL PROTECTED]> [2007-12-24 19:30]: > You might want to see about ripping out the C::M::DBI > connection management and using a DBIx::Class::Storage::DBI > object instead - the Model::DBI code originates from a copy of > the DBIx::Class code but I'm unaware