Re: [Stackless] lua vs. stackless python
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [Stackless] lua vs. stackless python
- From: steve donovan <steve.j.donovan@...>
- Date: 2009年4月24日 15:57:57 +0200
On Fri, Apr 24, 2009 at 3:52 PM, Phoenix Sol <phoenix@burninglabs.com> wrote:
> So far I do not see a lua answer to Stackless's pickling support. (Live,
> running 'tasklets' in Stackless can be serialized and then resumed -
> anywhere that you can run Stackless...)
Oh there are a whole bunch of pickles available for Lua (picking one
can be an issue.) I believe LuaLanes solves the problem quite
generally.
As for heavy-duty persistence, Pluto is the way to go.
steve d.