[cx-oracle-users] Connection pooling for website
Brought to you by:
atuining
From: Bradley L. <Bra...@ra...> - 2006-08-29 22:28:46
|
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 |