作者Lucemia (生の直感、死の予感)
看板Python
标题Re: [问题] 关於stackless python的理解
时间Sat May 2 00:41:15 2009
最近才刚开始翻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