<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Tim Roberts wrote:
<blockquote cite="mid44EDEFC0.4050204@probo.com" type="cite">
  <pre wrap="">Jim Vickroy wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">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 209), and MS Windows
XP with all current updates.

Has anyone else seen this behavior?

Any thoughts about where the problem may be?
    </pre>
  </blockquote>
  <pre wrap=""><!---->

There are a large number of Google hits for "ado memory leak".  Few of
them will probably help you, but they might provide some clues.

One good suggestion is to use a tool like PerfMon to monitor your memory
use in a more detailed way; Task Manager sometimes takes shortcuts such
that the memory use isn't really what it says it is.

  </pre>
</blockquote>
Thanks Tim.<br>
<br>
Prior to posting, I did try Google (should have mentioned that) and
found a fair amount of anecdotal postings but nothing as concrete as I
had hoped for.&nbsp; Perhaps I should give it another try though; I may have
missed something.<br>
<br>
I did not think to try PerfMon so I will give that a look as I am not
familiar with it.&nbsp; Despite any shortcuts Task Manager employs, there
clearly is a memory leak that is significant over a period of days and
the memory requirement of the application steadily increases.<br>
<br>
-- jv<br>
</body>
</html>