Re: #7732 cx_Oracle SessionPool

2013-02-17 Thread Skylar Saveland
> Unless it fixes a release-blocking regression, it's not possible for > this to get into either of those release branches. That's what I thought; just checking. > Also, generally > we've been a bit wary of doing any kind of DB pooling at this level in > the stack... > Maybe this patch

Re: #7732 cx_Oracle SessionPool

2013-02-17 Thread Skylar Saveland
forgot to post the branch: https://github.com/skyl/django/compare/7732-oracle-sessionpool On Saturday, February 16, 2013 11:17:03 PM UTC-8, Skylar Saveland wrote: > > I have a branch on github if anyone is interested in taking a look. I will > gladly modify and rebase if it's close to being acce

Re: #7732 cx_Oracle SessionPool

2013-02-17 Thread Aymeric Augustin
Le 17 févr. 2013 à 09:24, James Bennett a écrit : > Also, generally we've been a bit wary of doing any kind of DB pooling > at this level in the stack... In this case, the pooler is provided by the cx_Oracle module -- and possibly by the underlying Oracle library. That's different from implemen

Re: #7732 cx_Oracle SessionPool

2013-02-17 Thread James Bennett
On Sun, Feb 17, 2013 at 1:17 AM, Skylar Saveland wrote: > I would be interested in getting this (or something like it) into 1.4.X and > 1.5.X. Might this be possible? Unless it fixes a release-blocking regression, it's not possible for this to get into either of those release branches. Also, gene

#7732 cx_Oracle SessionPool

2013-02-16 Thread Skylar Saveland
I have a branch on github if anyone is interested in taking a look. I will gladly modify and rebase if it's close to being acceptable (it could be badly flawed, I'm not sure). I would be interested in getting this (or something like it) into 1.4.X and 1.5.X. Might this be possible? -Skylar