Gianugo Rabellino wrote:

On Wed, 04 Aug 2004 09:25:12 +0200, Reinhard Poetz <[EMAIL PROTECTED]> wrote:



After some more thinking about this I remembered that we discussed to
put the continuations of a user into its session. This is also a
requirement to make Cocoon Flowscript apps capable of being clustered.

<hint>Wouldn't this be nice feature</hint> :-)



Not just nice, I'd kill for it. But I understand that we're a long way from being clusterizable: AFAIU the continuation by itself isn't (and can't be made) serializable, so there is no use in putting it into the session for the sake of HA.

Ciao,




After looking into the Rhino-continuation sources I would say that the Continuation is Serializable.


Continuation <-- extends -- ScriptableObject <-- implements -- Serializable

You only have to make sure that you use Serializable objects as Flowscript variables.

--
Reinhard



Reply via email to