Article Discussion
The Asynchronous Web
Summary: Ajax applications depend on asynchronous interaction between client and server. In this interview with Artima, ICEsoft's Stephen Maryka describes a potentially more transforming asynchronicity where updates are pushed to the client without the user having to request those updates.
3 posts on 1 page.      
« Previous 1 Next »
The ability to add new comments in this discussion is temporarily disabled.
Most recent reply: April 12, 2009 10:02 AM by Andreas
Frank
Posts: 135 / Nickname: fsommers / Registered: January 19, 2002 7:24 AM
The Asynchronous Web
May 19, 2008 7:00 PM      
In this interview with Artima, ICEsoft's Stephen Maryka describes a potentially transforming sort of asynchronicity where updates are pushed to the client without the user having to request those updates.

http://www.artima.com/lejava/articles/javaone_2008_stephen_maryka.html

What do you think of Maryka's description of the asynchronous Web?
sawan
Posts: 3 / Nickname: kst / Registered: August 14, 2006 6:08 PM
Re: The Asynchronous Web
June 6, 2008 7:39 AM      
I think that "server push" functionality in asynchronous web will play a major role as far as user experience is concerned. But I also think, to scale server push to millions of users, the application servers need to provide support for continuations. http://abeginner.blogspot.com/2008/05/comet-style-requests-and-continuations.html
Andreas
Posts: 1 / Nickname: ankle / Registered: April 12, 2009 4:55 AM
interesting approach but...
April 12, 2009 10:02 AM      
... the word async seems not very appropriate.
It's simply duplex.
http://en.wikipedia.org/wiki/Duplex_(telecommunications)
3 posts on 1 page.
« Previous 1 Next »