Bonjour, Dans la faq hotspot j'ai trouv� ca : BM_24"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." Quelqu'un peut me confirmer qu'utiliser un thin driver sur un multi-processeur est plus performant qu'un OCI Driver ???? Merci Fr�d�ric.
