Displaying 1 result from an estimated 1 matches for "requires_reload".
2007 Jan 11
12
Rails not properly handling Oracle db connections/sesions in dev mode
We are running edge rails with oracle.  After a few hundred requests
all available sesions are used up.  It seems prior connections are
being left open.  When this happens no one using the installation of
Oracle can create a new session until you kill your mongrel/webrick
server.
Patch #6928 addresses this problem, and i applied it to my vendor rails
and it worked.
I think, if possible, this