Hi 

When designing long running background process 
is it feasible to monitor object/memory leakage due 
to improper programming?
If it could be possible to make module which monitor and 
record trends if alive objects then event can be 
generated and logged if noof "zombie" objects 
are to increase in longer run.

Would the gc.count() serve for such purpose?

Thanks

Asaf
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to