Re: [Webware-devel] MiddleKit & MySQLdb 0.9.2 problem

2003-11-07 Thread Tripp Lilley
On Thu, 6 Nov 2003 [EMAIL PROTECTED] wrote: > There is a long standing problem that MiddleKit doesn't like MySQLdb > 0.9.2, although it gets along great with 0.9.1 and many versions prior. > Under MySQLdb 0.9.2, some of the MiddleKit tests yield "Too many > connections": FYI, I've had this proble

Re: [Webware-devel] MiddleKit & MySQLdb 0.9.2 problem

2003-11-07 Thread Tripp Lilley
On Fri, 7 Nov 2003, Tripp Lilley wrote: > My gut feeling is that this is a connection garbage collection issue > *within* MySQLdb, and that it's not actually freeing up connections when > it's supposed to (or not freeing up statement handles, or something like > that). Looking at diffs between

Re: [Webware-devel] MiddleKit & MySQLdb 0.9.2 problem

2003-11-07 Thread Chuck Esterbrook
On Fri, 7 Nov 2003 19:53:00 -0500 (EST), Tripp Lilley wrote: > On Fri, 7 Nov 2003, Tripp Lilley wrote: > >> My gut feeling is that this is a connection garbage collection >> issue *within* MySQLdb, and that it's not actually freeing up >> connections when it's supposed to (or not freeing up stateme

Re: [Webware-devel] MiddleKit & MySQLdb 0.9.2 problem

2003-11-07 Thread Chuck Esterbrook
Alright, here we go. The attached program exhibits the problem for me on MySQLdb 0.9.2, but not 0.9.1. Admittedly, other variables changed too. Can a couple more people try it and report their results? A Linux build of 0.9.3 beta would be especially interesting. Once I collect a few more data p