Skip to content Skip to sidebar Skip to footer
Showing posts with the label Garbage Collection

Memory Leak In Python Twisted: Where Is It?

I have a Twisted server under load. When the server is under load, memory usage increases, and it i… Read more Memory Leak In Python Twisted: Where Is It?

Overriding Destructors Without Calling Their Parents

I'm writing a class that inherits from some library. In said class I'm overriding the destr… Read more Overriding Destructors Without Calling Their Parents

Python: Logging The Garbage Collector

I have a python application that has some performance hiccups. I want to add the garbage collector&… Read more Python: Logging The Garbage Collector

Overriding Destructors Without Calling Their Parents

I'm writing a class that inherits from some library. In said class I'm overriding the destr… Read more Overriding Destructors Without Calling Their Parents

How Is Memory Garbage Collected In App Engine (python) When Iterating Over Db Results

I have some code that iterates over DB entities, and runs in a task - see below. On app engine I… Read more How Is Memory Garbage Collected In App Engine (python) When Iterating Over Db Results