It may also depend on what database you are using. With MySQL, I have not seen
any speed-up when using a pool, so I've done away with it and just create a new
connection each time.

Even more, it depends on which type of queries you are using. Read-only, read-write, transactions composed of several sql commands, long-running queries etc.

-- Christoph


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to