Is it possible to share an oracle connection pool between different
processes? regardless of whether using CGI, FastCGI, mod_python, I still
have to deal with multiple apache processes and it doesn't make sense to
have each one keep its own pool. I also want to avoid gutting my entire
database layer the way sqlrelay would require -- I like cx_Oracle.
How do other people handle this? It doesn't seem to be possible with
cx_Oracle.SessionPool from what I can see, unless there is a way to
initialize it with an already-created poolname?
--
Bradley Lawrence
Application Developer, RapiData
Rapid Technology Corporation
(403) 209-3000 ext. 237
|