× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Here is some more documentation on Jetty Continuations. It appears as
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 have
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.


Aaron Bartell
http://mowyourlawn.com
http://mowyourlawn.com/blog/



On Thu, Oct 7, 2010 at 1:21 PM, Thorbjoern Ravn Andersen
<ravn@xxxxxxxxxx> wrote:
 Den 07/10/10 19.42, Aaron Bartell skrev:
This is an interesting concept, but how do they do that without
requiring some sort of asynchronous approach where the server
communicates back with the client in a new request? (basically
switching roles)

Does it require special code on the client?  Does it require the
client to poll the server?
It is possible with the non-blocking NIO libraries which was introduced
a while back.  I am not familiar with the details, but the Jetty
implementors called it Continuations when doing the work for Jetty 6.

There is a write-up at http://www.infoq.com/news/jetty-6-release.

--
  Thorbjørn Ravn Andersen  "...plus... Tubular Bells!"


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.