rickmcgeer / TransCloud

Software for the TransCloud project
5 stars 1 forks source link

lingering connections on the postgres server #61

Closed rickmcgeer closed 11 years ago

rickmcgeer commented 11 years ago

database connections aren't getting closed, so we are hitting the connection limit on postgres; failed to open a new connection today until I did a service postgresql restart on pc2.instageni.northwestern.edu. Presumably the fix is just to go through the code that opens connections and close them...

rickmcgeer commented 11 years ago

This turned out to be a bogus issue