Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> What thread safe check
Hi!
I have developed a multithreaded application.
In this application different threads make connection to oracle database
and do updation.
How can I check whether my application is thread safe or not.
Why I am asking this is because, although I am allocating and using context in each thread individually, still I am getting error while making connection. But if I use mutex for connection then it works fine.
Thanks in advance,
-Pradeep
-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
Received on Wed Nov 25 1998 - 22:21:42 CST
![]() |
![]() |