Continuations VS Closures
Posted on Mar 31 2005
Wandering around, I found an article about Continuations for Web applications here. Please note that while trying to reach the same result, continuations approach is different from closures that I introduced in the post below. In fact, continuations captures not only the method arguments but the whole stack, environment, and variables of the program. That's a lot more heavy and maybe not suitable for handling thousands of users.
0 comment
-
(you)Jan 17, 2021 at 20:40