Self healthcheck

Asaf Las roegltd at gmail.com
Tue Jan 21 21:51:54 EST 2014


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



More information about the Python-list mailing list