Hi

I need to iterate over all the rows to check something.
When doing this, I saw memory consumption raising infinitely.
Then I remembered that sqlobjects caches everything.
Then I tried:

for a in SOClass.select():
  connection.cache.clear()

memory is still growing.
Is it a python problem or a SQLObject problem?
What do you suggest for this?

Thanks

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to