Hi I am running my Rails app on debian, with apache2, postgresql 8, postgres-pr and latest scgi_rails. My problem is that Rails does not reuse its connections to postgresql. Each request opens a new connection and leaves it open. Sooner or later I run into max_connections and the app stops working. Does anyone recognize this problem? / Jonas