connection=sapdb.connect("yyy","xxx","DB","host")
while 1:
        rset=connection.sql(sql)
        rset.next() #<<<this causes a memory leak, remove this line and everything is 
ok
        print open("/proc/%i/status" % os.getpid()).read()

is there nothing like rset.close() ?



-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to