search for: tdfowler

Displaying 2 results from an estimated 2 matches for "tdfowler".

Did you mean: dfowler
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
2007 Jan 09
0
#6928 Get a new oracle connection on every request
I think this would be good to look at for 1.2 What is happening is that under oracle in development mode you get a new connection on every request, without old connections being closed/disconnected. So in my shop after about 200 requests I am blocking all new connections for anything using this oracle instance. Not a great selling point for my efforts to evangalize rails to my fellow devs using