search for: blahhandler

Displaying 1 result from an estimated 1 matches for "blahhandler".

2006 Jul 23
1
Persistant database connections with custom handler
I''ve been looking at using mongrel for a lightweight web service I want to do in ruby. Everything looks pretty simple, but I''m wondering what would be a good way to persist database connections? Is there an easy way to use activerecord in a custom handler and use it''s connection pooling? Chris