On Thu, 13 Dec 2001 09:33:10 -0800, Michael Migal <[EMAIL PROTECTED]>   wrote:

>>Opening and closing connections on any database is very expensive operation
>>in terms of time.  It is better to keep a connection open, if possible,
>>until you have completed displaying the page.
>>
>>mike

With Perl and DBI, you can have multiple querys executing with one database
handle and only need one to close it once all queries have been executed. 

 
Mike(mickalo)Blezien
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Thunder Rain Internet Publishing
Providing Internet Solutions that work!
http://www.thunder-rain.com
Tel: 1(225)686-2002
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


---------------------------------------------------------------------
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