[Python-ideas] [Python-Dev] Persistent Python - a la Smalltalk

Glyph Lefkowitz glyph at twistedmatrix.com
Sun Sep 18 20:33:26 CEST 2011


On Sep 18, 2011, at 4:55 AM, Godson Gera wrote:
> Twisted has some feature like that implemented using pickles or some thing. It meant to save the state of the program during restart. I am not sure if that's what you are after. http://twistedmatrix.com
> 

Actually, the Twisted developers also found this to be a terrible idea, and doesn't really do it any more.  I definitely understand the appeal of such a system, but it has far too many problems to work well in Python, and even in Smalltalk (which was built from the start to work like this) it was the source of a number of long-term systematic problems with the ecosystem.

-glyph

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20110918/a76ce30e/attachment.html>


More information about the Python-ideas mailing list