[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Continuations based Java framework for asynchronous processes development



Sorry Avi

I didn't see the first question
> Are these reusable continuations, or one-shot?

Well, you always can clone the object and reuse it as many times as you
want.
Problem is how deep the cloning/serialization process should go.
If this cloning process doesn't affect globally scoped objects, referenced
in the context, continuation can be reused.
It doesn't work this way now though.
We are planning to introduce "custom serializers"  to allow developers to
define depth of the cloning/serialization process.


Serguei Mourachov