Re: [問題] 關於stackless python的理解
最近才剛開始翻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
討論串 (同標題文章)
Python 近期熱門文章
PTT數位生活區 即時熱門文章