mod_python + cx_Oracle.SessionPool
615703Jun 6 2008 — edited Jun 12 2008Greetings all,
I am working with mod_python, using Python Server Pages, and I am researching the use of connection pooling from cx_Oracle for this web app.
Does anyone have experience with this that could shed some light on where I should start?
I am relatively new to Python and I haven't found any revelations from my perusing of the mod_python documentation
(although it might be there and I am just not getting it). I appreciate any advice you can provide.
mod_python-3.3.1
cx_Oracle-4.2.1
Oracle 10g Release 2
Jason