Hello Everybody,
Can anyone explain to me the differences pros/cons of having a DB Pool of connections or a DB Pool of cursors?
I'm running a multi-threaded program in pyhton, and I know I can open several cursors from one single connection, or open a bunch of connections with one cursor per connection. But I dont know what would be the best option.
I'm talking probably about 500 connections/cursors
Thanks
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]