[python-win32] ADO memory leak?

2006-08-24 Thread Jim Vickroy
I have a "fairly" simple test script that appears to exhibit a memory leak when using ADO to insert rows in a SQL Server database via a persistent connection. Memory requirements monotonically increase with time (apparently in 4k increments). I'm using python 2.4.1, win32com (pywin32 build

Re: [python-win32] ADO memory leak?

2006-08-24 Thread Tim Roberts
Jim Vickroy wrote: I have a fairly simple test script that appears to exhibit a memory leak when using ADO to insert rows in a SQL Server database via a persistent connection. Memory requirements monotonically increase with time (apparently in 4k increments). I'm using python 2.4.1,

[python-win32] Re: ADO memory leak?

2006-08-24 Thread Roger Upole
Jim Vickroy wrote: I have a fairly simple test script that appears to exhibit a memory leak when using ADO to insert rows in a SQL Server database via a persistent connection. Memory requirements monotonically increase with time (apparently in 4k increments). I'm using python 2.4.1,