Date: 2005-01-14T05:06:15 Editor: ReinhardPoetz Wiki: Cocoon Wiki Page: FlowscriptAndSessionReplication URL: http://wiki.apache.org/cocoon/FlowscriptAndSessionReplication
no comment Change Log: ------------------------------------------------------------------------------ @@ -2,6 +2,11 @@ * make session replication work with Flowscript +Some (nearly free) side-effects are: + + * store the continuations at the client (no state at the server) + * store the continuations at the server's (filesystem, database) so that they survive server shutdowns + = Background = Cocoon uses Mozilla Rhino for its Flowscript implementation. Looking into a Cocoon sitemap reveals that flowscripts are registered in
