rails:642
From: "M.Suzuki" <suzk@o...>
Date: Tue, 08 Nov 2005 13:07:12 +0900
Subject: [rails:642] Re: Railsのコネクションプールについて
鈴木と申します。 On Tue, 08 Nov 2005 10:55:04 +0900, Ohnishi wrote: > Railsで他にコネクションプールを実現する方法ってないのでしょうか?? > また、Railsに限らなかったとして、そもそもRubyで利用できるコネクションプー > ル > の実装は存在しますか? > 情報だけなのですが、昨夜の rails-core に以下のようなメールが ポストされてました。 On Mon, 07 Nov 2005 23:53:55 +0900, Greg Lappen wrote: > Hi all, > > First off, thanks the invite to join this mailing list, I was wondering > if such a thing existed while working on my patch, and I think its a > great idea! > > I recently submitted a 2nd version of my patch for connection pooling in > active record. This time I implemented it by redefining the > "connect_<adapter>" methods to return a ConnectionPool::Wrapper object, > which acts like a real connection adapter but really forwards all > requests to a real adapter that it gets from a connection pool. This > seemed to be the least intrusive way to do it, so the rest of the active > record code did not have to be aware of the change. I was just > wondering if this was a good approach or not, and also what the chances > are of the patch being accepted. For more details, see ticket #2162. > > Thanks again, > > Greg > -- M.Suzuki -- ML: rails@r... 使い方: http://QuickML.com/ Web Site: http://wiki.fdiary.net/rails/ ML Archives: http://www.fdiary.net/ml/rails/
640 2005-11-08 02:55 [s-onishi@d... ] Railsのコネクションプールについて 641 2005-11-08 03:06 ┣[moriq@m... ] 645 2005-11-09 02:31 ┃┗[s-onishi@d... ] -> 642 2005-11-08 05:07 ┣[suzk@o... ] 649 2005-11-10 02:16 ┗[takahashi@t... ]