Multi threaded environment
Posted: Tue 23 Nov 2004 13:44
I have built a multi threaded process with one Oracle Database Session used by every thread (using DBSession->ThreadSafety = true;).
This seems to work, but not very stable. (The process crashes sometimes with obscure oracle errors, like allocation buffer to small or missing parameter)
a) Is this a supported environment?
b) should i better use AssignConnect() in every thread?
c) what value is best fo ThreadSafety?
This seems to work, but not very stable. (The process crashes sometimes with obscure oracle errors, like allocation buffer to small or missing parameter)
a) Is this a supported environment?
b) should i better use AssignConnect() in every thread?
c) what value is best fo ThreadSafety?