Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Oracle OCI JDBC Driver Not Recommended for Multiprocessor Machine
I guess they think that no one should use TAF, which requires the thick
driver.
The poor scalability of the app couldn't have anything to do with the application.
Could it? ;)
Jared
Rick Stephenson <RStephenson_at_Ovid.com>
Sent by: root_at_fatcity.com
04/02/2003 07:28 AM
Please respond to ORACLE-L
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> cc: Subject: Oracle OCI JDBC Driver Not Recommended for Multiprocessor Machine
Sun's FAQ on java hotspot VM performance (http://java.sun.com/docs/hotspot/PerformanceFAQ.html) includes this interesting question:
My application uses a database and doesn't seem to scale well. What could
be going on?
Oracle provides two types of database drivers: a type-2 driver, called the
OCI (Oracle Call Interface) driver that utilizes native code, and a type-4
pure Java driver called the thin driver. In single processor environments,
the thin driver works somewhat better than the OCI driver because of the
JNI overhead associated with the OCI driver. On multi-processor
configuations, synchronization points within Solaris used by the OCI
driver become big bottlenecks and prevent scaling. We recommend using the
thin driver in all cases.
Is this actually the case? Does anyone have more information on this?
Thanks,
Rick Stephenson
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to which they are addressed. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. If you are not the intended recipient you are notified that disclosing, copying, forwarding or otherwise distributing or taking any action in reliance on the contents of this information is strictly prohibited.
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author:
INET: Jared.Still_at_radisys.com
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Apr 02 2003 - 11:34:03 CST
![]() |
![]() |