I'm looking for an answer that describes a "continuataion' mechanism in a web server vs. a programming language.
My understanding is that using continuations, it is trivial to have a "digits of pi" producer communicate with a "digits of pi" consumer, without explicit threading.
I've heard very good things about Jetty continuations, curious what others think.
I may have already found my answer, but I'm asking the question here anyway - for the record.