|
Here is some more documentation on Jetty Continuations. It appears asI haven't followed Jetty closely after I found that we would go for the Java EE 6 Web Profile (plus they spent a LOT of time migrating to Eclipse).
though their work will be in a future version of the Servlet 3 spec.
http://docs.codehaus.org/display/JETTY/Continuations
I am not an expert at how Continuations are working, though I haveAs I understand it, it is a matter of being able to be able to "walk away" from the socket connection and come back later without having to drag a full TCP/IP object around, but my understanding is not deeper than that.
done some Servlet programming in my day. As I understand it there is
some sort of HTTPSession object that stores information enough to
marry up a client request with a server repository of meta-data about
that session. It would seem Continuations are solving a problem that
doesn't exist in the RPG + Apache/IBMi world (I don't feel like I can
call it RPG CGI anymore because that name doesn't really fit).
For example, we don't store multiple session threads but instead just
retain the previous request's "global" resources (i.e. global
variables in *PGM/*SRVPGM objects, open data paths, etc). Am I
reading that right? So it isn't like they are embarking on something
revolutionary and new - they are just fixing the error of their ways.
Somebody correct me if I am wrong.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.