Continuations VS Closures

posted on 2005-03-31

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.

Leave a Reply

You must be logged in to post a comment.