Hi
        You can use connection using ConnectionPooling.(bean)
In this u open some initial say 5-10 connections.
& you release connection after completion of every jsp u using.
In each jsp u should include above bean, this bean should be such that
this give a connection from the pool to jsp, if available
otherwise create a new connection.

But don't forget to close connections after it excced certain limit.

Bye

Yash

--
------------------------------------------------------------------
SEE YOU AT INDIA INTERNET WORLD 2000, Sept 27-29
Stall No. 404-405 Hall No. 11 Pragati Maidan New Delhi , India

___________________________________________________________________________
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

Reply via email to