Simon Wittber wrote:
Does anyone have ideas on why this is occuring, or how I might otherwise prevent memory blow out?
I don't know it this is a decent enough solution but if I were you I would try running the SQL service in a subshell. Within this subshell I would terminate then restart the program after a large query and keep it going after small ones.
The clients then would need to have some tolerance for the service being offline for short periods.
Just a guess.
Istvan.
-- http://mail.python.org/mailman/listinfo/python-list
