Re: [問題] 關於stackless python的理解

看板Python作者 (生の直感、死の予感)時間16年前 (2009/05/02 00:41), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串3/3 (看更多)
最近才剛開始翻Stackless python 其中很吸引人的一點是有支援 task serialization. One of the main features of Stackless is its ability to pickle and unpickle tasklets. That means that a running program inside a tasklet can be persistently stored to a file or string. Later, it can be restored again and can continue to run at the point where it was previously halted. This need not be on the same machine! 看起來也可以將程序透過這種方式丟到別台機器上run 另外還有一篇Stackless vs erlang 的比較 http://muharem.wordpress.com/2007/07/31/ erlang-vs-stackless-python-a-first-benchmark/ 看起來實在是蠻不錯的 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 154.20.36.163
文章代碼(AID): #19-oOixy (Python)
文章代碼(AID): #19-oOixy (Python)