> 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. _______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python