|
Sun's FAQ on java hotspot VM performance (http://java.sun.com/docs/hotspot/PerformanceFAQ.html) includes this interesting question:
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. |
Title: Message
- Re: Oracle OCI JDBC Driver Not Recommended for Multiproces... Rick Stephenson
- Re: Oracle OCI JDBC Driver Not Recommended for Multip... Jared . Still
