You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by gkrishna <gk...@interchange.ubc.ca> on 2005/03/12 05:02:29 UTC

Continuation object can be created ONLY once?

My understanding of continuations is that all the user's flow is captured in the continuation object and the object gets destroyed using a timeout. Hence for every user a continuation object has to be created.

Refering to Continuation.java in cvs revision 1.3
http://cvs.apache.org/viewcvs.cgi/cocoon-2.1/src/blocks/javaflow/java/org/apache/cocoon/components/flow/java/

Is it true that all user's flow are captured in a single object?

Looking at the comments on file Continuation.java, which says "The contiunation object can only used once", there cannot be more than one instance. 

Any comments


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org