C Cvarak Member Aug 12, 2004 #1 hello marco, short question: is SessionPool thread-safe and how do you gain the thread-safety? thx, cvarak
hello marco, short question: is SessionPool thread-safe and how do you gain the thread-safety? thx, cvarak
Marco Kalter Administrator Staff member Aug 12, 2004 #1 Yes, it is thread-safe. Threads can use pooled sessions without restrictions, though you must set TOracleSession.ThreadSafe to True if you want to access a single session from multiple threads simultaneously.
Yes, it is thread-safe. Threads can use pooled sessions without restrictions, though you must set TOracleSession.ThreadSafe to True if you want to access a single session from multiple threads simultaneously.