On Thursday 17 October 2002 19:33, Sandeep Murphy wrote:
> Our JSP application has connections to both Oracle and MySQL... In each
> page there are nearly a dozen queries executing on a MySQL db. at the
> begining of each page, a connection is opened and at the end they are
> close.. Ideally, if the user waits for the page to load completely and then
> hit the button Next or Cancel, the connection is freed..
>
> thnx for any suggestions..

Give up JSP ... Move the DB code to servlets, where you have better control.

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to