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 -> OCI MT-Safety

OCI MT-Safety

From: Rahul Sood <rsood_at_panix.com>
Date: Tue, 09 Jun 1998 21:18:43 -0400
Message-ID: <357DDEF2.9D1D42BF@panix.com>


From the examples and documentation, when running multiple threads against the same connection (hda/lda pair) it is necessary to serialize almost all the important calls, including oopen,oparse,obnd*,oexec and ofet. This effectively means that multiple cursors cannot open simultaneously on the same connection. This seems to be a severe limitation in an IO-bound API where a thread spends most of its time blocking on read's and write's. If there are applications running that manage several cursors over the same connection concurrently, could somebody pls provide more info on how they do it?

-R. Sood
rsood_at_panix.com Received on Tue Jun 09 1998 - 20:18:43 CDT

Original text of this message

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