Re: [cx-oracle-users] Thread commits - do other threads get committed? Use Pooling?
Brought to you by:
atuining
From: Amaury F. d'A. <ama...@gm...> - 2010-11-10 00:00:44
|
2010/11/10 Chapman, Scott <Sco...@pi...>: > If I use pooling, do I need to make the Connections threaded=True? (I'm > thinking no, because each thread will grab a connection from the pool, begin > and commit a transaction and release it's connection back to the pool). Yes you need "threaded=True"; this is mostly a signal for the Oracle OCI library to synchronize access to shared resources like memory and other global structures. -- Amaury Forgeot d'Arc |