RE: Connection Buffer

2006-03-22 Thread fbsd_user
I think you are asking for  mysql_pconnect(localhost,root)

-Original Message-
From: Cory at SkyVantage [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 22, 2006 2:20 PM
To: MySQL-List
Subject: Connection Buffer


Is there anything I can put into the my.cnf file to buffer
connection
(leave it open) to give a similar effect as connection pooling?

Thanks in advance!

--


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Connection Buffer

2006-03-22 Thread Kishore Jalleda
wait_timeout setting would leave the connection/thread open for the
defined time even after the query has been executed..

Kishore Jalleda

On 3/22/06, Cory at SkyVantage [EMAIL PROTECTED] wrote:

 Is there anything I can put into the my.cnf file to buffer connection
 (leave it open) to give a similar effect as connection pooling?

 Thanks in advance!

 --
 MySQL General Mailing List
 For list archives: http://lists.mysql.com/mysql
 To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]