12 messages in com.mysql.lists.dotnetRE: MySQL Connector/Net 1.0.6 is rele...
FromSent OnAttachments
Reggie Burnett27 Sep 2005 13:43 
Jorge Bastos27 Sep 2005 14:56 
Reggie Burnett27 Sep 2005 18:59 
Kevin Turner28 Sep 2005 00:44 
Reggie Burnett28 Sep 2005 05:58 
Jorge Bastos28 Sep 2005 09:02 
Kevin Turner03 Oct 2005 08:26 
Jorge Bastos03 Oct 2005 09:58 
Reggie Burnett03 Oct 2005 12:23 
Kevin Turner03 Oct 2005 13:13 
Reggie Burnett03 Oct 2005 13:45 
Reggie Burnett03 Oct 2005 13:46 
Subject:RE: MySQL Connector/Net 1.0.6 is released.
From:Reggie Burnett (reg@mysql.com)
Date:09/27/2005 06:59:12 PM
List:com.mysql.lists.dotnet

I wanna make a question, sinse sometimes i don't understand the english in the way that it was written. This new connection string option: "cache server configuration=yes" Is to show or not the system variables when a connection is open? This was a subject i talked and other person also, that every connection on the open() was retrieving all the system variables and it became slow.

Is this for this that i'm talking?

This and the reset pooled connection option. With these options you can turn off the checking that is performed when a connection comes out of the pool. You should be careful with these options as they can be dangerous. Be sure you know what you are doing.

Reggie