[Borges-users] How does Borges handle the save and load of continuations?
Kaspar Schiess
eule at space.ch
Tue Apr 4 08:39:41 EDT 2006
> But as far as I understand, the memory state will be gone from one request
> to another. Then how does a request grab a continuation saved by a previous
> request?
Borges is designed to be run with a standalone server component that
keeps running. That means that the cc's are kept in memory. This is
also the reason why borges can't really work for big web projects
unless we find a way to serialize continuations. This would be hard to
build on the current ruby parser/interpreter.
best regards,
kaspar
More information about the Borges-users
mailing list