Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> What is the thread safe check.

What is the thread safe check.

From: <pradeepj_at_delhi.tcs.co.in>
Date: Thu, 26 Nov 1998 04:22:45 GMT
Message-ID: <73il2a$57i$1@nnrp1.dejanews.com>


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:22:45 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US