... and of course the _point_ of connection pooling: one assumes that there is overhead involved connecting to the server, thus you would avoid a lot of "connect/one-small-session/close" and instead have fewer "connect/many-small-sessions/close". It is relatively fast to connect to MySQL, making connection pooling not so usefull as it may be in other environments, but on very high traffic systems I suppose it will do some gain... others on this list probably have experience with running different connection pooling systems, including the PHP thingy and Tomcat... usefull? how much?
-- Roger -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]