Re: [Rails-core] Multithreaded script/runner

2006-02-11 Thread Greg Lappen
Hi Tom, Thanks for the update. Have you heard anything about getting this code committed into subversion? On Feb 10, 2006, at 5:24 AM, Tom Ward wrote: I've been using the pooled adapter on some installations without any obvious problems, but not running against rails 1.0. I know that som

Re: [Rails-core] Multithreaded script/runner

2006-02-10 Thread Tom Ward
I've been using the pooled adapter on some installations without any obvious problems, but not running against rails 1.0. I know that some changes were made in #428 that may affect the pool. I'll take a look at the code I wrote over the weekend, and see how it looks against 1.0 and trunk. I'll co

Re: [Rails-core] Multithreaded script/runner

2006-02-09 Thread Greg Lappen
Your guess is as good as mine. Tom Ward did some work based on my original patch to implement a pooled adaptor which I thought was on track to be integrated into the core, but i still don't see it in subversion. We would like to be able to use Rails with webrick in multithreaded mode for

[Rails-core] Multithreaded script/runner

2006-01-31 Thread Kyle Maxwell
I'm trying to use a multi-threaded script/runner, which dies with too many (mysql) database connections. I reading up, and it appears that this is because each thread uses a new database connection. Moreover, the thread doesn't close out the connection when it's done. It appears that patch #2162