Multithreaded queries???
From: Donald L. Gover <dlgover_at_harbor.ab.ca>
Date: 1998/02/24
Message-ID: <6cv3rj$kb3_at_nr1.calgary.istar.net>#1/1
Date: 1998/02/24
Message-ID: <6cv3rj$kb3_at_nr1.calgary.istar.net>#1/1
We are developing a C++ application that needs to access an oracle Database and it will be multithreaded. First off does the C/C++ interfaces support multithreading? Or what is the best way to have multiple queries from a multithreaded bit of code? Also if I have a multithreaded bit of code would each thread count as a user to the database or can the process have one login and each thread share that login user?
any help would be appreciated. Thanks. Don.. Received on Tue Feb 24 1998 - 00:00:00 CET