About rails connection pool?

hi all,
how to config or use rails connection pool, like jsp, tomcat
connection pool.
regards.

no one knows?

Joe B. wrote:

hi all,
how to config or use rails connection pool, like jsp, tomcat
connection pool.
regards.

Hmm.

As far as I know we don’t really do connection pooling in rails.
Instead
we use things like fastcgi or scgi and do – I guess you would call it

‘process’ pooling. Each process has your database connection(s) open.

Does this answer your question?

-Kelly

thanks kelly, understood.

Kelly F. wrote:

Hmm.

As far as I know we don’t really do connection pooling in rails.
Instead
we use things like fastcgi or scgi and do – I guess you would call it

‘process’ pooling. Each process has your database connection(s) open.

Does this answer your question?

-Kelly

Hi,

You can have a look at the class in
connection_specification.rb

The connection pool is stored inside of two hash
varaibles, the key is the activerecords::base
subclass, the value is the parameters of the
connection.

Saiho

— Joe B. [email protected] wrote:


Posted via http://www.ruby-forum.com/.


Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails


Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around