Re: [Zope-dev] SQLAlias Memory Leak?

2000-12-19 Thread Jon Prettyman
The leaking SQLAlias I see is coming from: Shared.DC.ZRDB.Results I'm going to try the same type of fix in there and see what happens. -jon "Brian Lloyd" <[EMAIL PROTECTED]> writes: > oops - I sent that before I had my coffee. I should > have attached the checkin version, not the broken >

RE: [Zope-dev] SQLAlias Memory Leak?

2000-12-19 Thread Brian Lloyd
oops - I sent that before I had my coffee. I should have attached the checkin version, not the broken one :) Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com ##

RE: [Zope-dev] SQLAlias Memory Leak?

2000-12-19 Thread Brian Lloyd
Hi guys - I've attached a patched RDB.py that you should be able to drop into lib/python/Shared/DC/ZRDB/ that (for now) reverts to an older (non-SQLAlias) implementation that should solve the immediate problem. If you folks can try this out and let me know if the problem goes away, I'll check

RE: [Zope-dev] SQLAlias Memory Leak?

2000-12-08 Thread Brian Lloyd
> OK, I've put this into the Collector. I'm intrigued as to what > the operating procedure is with the Collector though - there appear > to be a large number of Pending jobs. Does that mean that Digital > Creations haven't even looked at them, or that they just haven't > done anything about them

Re: [Zope-dev] SQLAlias Memory Leak?

2000-12-07 Thread Dyon Balding
OK, I've put this into the Collector. I'm intrigued as to what the operating procedure is with the Collector though - there appear to be a large number of Pending jobs. Does that mean that Digital Creations haven't even looked at them, or that they just haven't done anything about them? http://

Re: [Zope-dev] SQLAlias Memory Leak?

2000-12-06 Thread Jon Prettyman
I've seen this as well under DCOracle. -jon Dyon Balding <[EMAIL PROTECTED]> writes: > OK, I've had more of a hack at this, and I've narrowed the problem > down a little. > > It appears that any access to an SQLAlias object causes it to not > be correctly released. The SQLAlias objects means

Re: [Zope-dev] SQLAlias Memory Leak?

2000-12-06 Thread Dyon Balding
OK, I've had more of a hack at this, and I've narrowed the problem down a little. It appears that any access to an SQLAlias object causes it to not be correctly released. The SQLAlias objects means that you can access column names using a different case to how they are stored in the database. F