Re: [sqlalchemy] Parallel connection attempts in QueuePool

2013-12-07 Thread Sunil
the fix in 0.8 series if next Ubuntu LTS (and possibly other distros) is going to have a 0.8 version. My thanks to everyone for a quick response and an awesome community. -- Sunil -- You received this message because you are subscribed to the Google Groups sqlalchemy group. To unsubscribe from

[sqlalchemy] Parallel connection attempts in QueuePool

2013-12-06 Thread Sunil Adapa
and then decrement the counter in case of an error. If there is interest in doing this, I shall find time for a patch and possibly a test case. Thank you, -- Sunil Mohan Adapa -- You received this message because you are subscribed to the Google Groups sqlalchemy group. To unsubscribe from this group

Re: [sqlalchemy] Re: Parallel connection attempts in QueuePool

2013-12-06 Thread Sunil
, -- Sunil -- You received this message because you are subscribed to the Google Groups sqlalchemy group. To unsubscribe from this group and stop receiving emails from it, send an email to sqlalchemy+unsubscr...@googlegroups.com. To post to this group, send email to sqlalchemy@googlegroups.com. Visit

Re: [sqlalchemy] Parallel connection attempts in QueuePool

2013-12-06 Thread Sunil
occurred way before the pool size has reached. Pool limit = 128 + 10 overflow Checked out connections at the time of the problem = 27 -- Sunil -- You received this message because you are subscribed to the Google Groups sqlalchemy group. To unsubscribe from this group and stop receiving

Re: [sqlalchemy] Parallel connection attempts in QueuePool

2013-12-06 Thread Sunil
-variables.html#sysvar_back_log 2) http://www.mysqlperformanceblog.com/2012/01/06/mysql-high-number-connections-per-secon/ 3) http://man7.org/linux/man-pages/man2/listen.2.html Thank you, -- Sunil -- You received this message because you are subscribed to the Google Groups sqlalchemy group