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

2003-11-09 Thread Ben Parker
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Chuck > Esterbrook > Sent: Sunday, November 09, 2003 1:11 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: [Webware-devel] MiddleKit & MySQLdb 0.9.2 problem &g

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

2003-11-09 Thread Chuck Esterbrook
On Sun, 9 Nov 2003 01:56:40 -0800, Ben Parker wrote: > FWIW, if you close the connection before reassigning the variable > to a new connection, your test script succeeds on my system (RedHat > 7.3, MySQLdb 0.9.2, mysql 4.0.13-standard, python 2.2.3). Just add > "conn.close()" at the end of the body

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

2003-11-09 Thread Ben Parker
; [mailto:[EMAIL PROTECTED] Behalf Of Chuck > Esterbrook > Sent: Friday, November 07, 2003 6:43 PM > To: [EMAIL PROTECTED] > Subject: Re: [Webware-devel] MiddleKit & MySQLdb 0.9.2 problem > > > Alright, here we go. The attached program exhibits the problem > for me on MySQL

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

2003-11-09 Thread Victor Ng
FYI - I'm using MySQLdb 0.9.2 without WebWare and I get the out of connection error. Here' my exact stack trace: File "/usr/local/lib/python2.3/site-packages/MySQLdb/__init__.py", line 63, in Connect return apply(Connection, args, kwargs) File "/usr/local/lib/python2.3/site-packages/MyS

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

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 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 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