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, which would enable connection pooling, was
stalled.  Is this planned for 1.1?  Is there another way around the
issue?

--
Kyle Maxwell
Chief Technologist
E Factor Media // FN Interactive
[EMAIL PROTECTED]
1-866-263-3261
_______________________________________________
Rails-core mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails-core

Reply via email to