Re: to many connections

2003-08-01 Thread Victoria Reznichenko
"tuncay bas" <[EMAIL PROTECTED]> wrote: > reason to "to many connections" > Look at: http://www.mysql.com/doc/en/Too_many_connections.html -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by

to many connections

2003-08-01 Thread tuncay bas
reason to "to many connections" -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: to many connections, how to optimize them?

2001-11-30 Thread sherzodR
Every connection will carry some overhead cost. So you'll have to connect as few times as possible. Jerry wrote: J: Hi! J: J: I have a problem! Too many connections error in myODBC. J: J: I am wondering now how to optimize the code... J: J: What is better, to make 1

to many connections, how to optimize them?

2001-11-30 Thread Jerry
Hi! I have a problem! Too many connections error in myODBC. I am wondering now how to optimize the code... What is better, to make 14 open.comm and close.conn on a web page or to open once and close once? Asked differently, is it better to connect to database one and be connected until all cod