[Twisted-Python] Twisted enterprise deployment models

Itamar Turner-Trauring itamar at itamarst.org
Thu Oct 20 13:25:27 EDT 2011


> Can you list some of the things that might go wrong?  I've used rebuild in
> production, and it's perfectly fine if you understand the inherent
> limitations of Python's object model reloading code.  For services with
> long startup time and lots of data in core it can be the best option.

You might end up using code that was written by someone who didn't
understand  the inherent limitations of Python's object model reloading
code :)

Personally if I was reloading code I'd prefer something that more
explicitly loaded something as a new object, rather than replacing in
place.




More information about the Twisted-Python mailing list