Hello. I have a multi-client TCP server for connect user's clients to rails applications. One client has one Thread. In the Thread block I execute ActiveRecord's query functions. But ActiveRecord creates a new connection per Thread and i get the problems with many connections and the limit of them. I want to use one connection for all Threads. How I may do it?
Sorry for my english. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

