Can anyone clarify this statement in the ODAC help:
>> Are the ODAC connection components thread-safe?
>> In Client mode, ODAC is thread-safe. In Direct mode, we do not
>> guarantee complete thread safety and recommend setting up a separate
>> Connection set for each thread that uses ODAC.
Does this mean that Direct Mode is not recommended for all threading scenarios, or just that if using Direct Mode you need to stick with only one Connection per thread and then you are ok?
- Rhett Price
Direct mode and Threaded Application Server
Hello,
We had some problems with threads in the direct mode in older versions of ODAC.
Now we have fixed most of them, and recently we did not receive any complaints associated with multi-threading in the direct mode.
So if you are using the latest version of ODAC, you should not have any problems with multi-threading in direct mode.
We had some problems with threads in the direct mode in older versions of ODAC.
Now we have fixed most of them, and recently we did not receive any complaints associated with multi-threading in the direct mode.
So if you are using the latest version of ODAC, you should not have any problems with multi-threading in direct mode.