Joe Lei wrote:
> Using thin driver leads to one applet -to- one Oracle session, which loses
> the benefit of connection sharing in using servlet, is that correct? If
> not, pls correct me, thx.
>
If you are using the JDBC driver in an applet, this is true whether you use
the thin driver or the OCI-based driver. If you use a connection pool in your
servlet engine, and do all the database processing there, you can achieve
connection sharing no matter which JDBC driver you are using underneath.
Craig McClanahan
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html