Sunday, January 30, 2011
Monday, May 17, 2010
How to open a website by building and calling an Intent
Intent myIntent = new Intent(Intent.VIEW_ACTION, Uri.parse("htt
Thursday, April 29, 2010
Tuesday, April 6, 2010
Monday, April 5, 2010
Asynchronous HTTP and Comet architectures
Asynchronous HTTP and Comet architectures
Comet has popularized the asynchronous processing and non-blocking streaming of response data. Comet defines a Web architecture that enables the server to push events or data to the client without waiting for the client to request it. In essence, the Comet pattern is based on creating and maintaining long-lived HTTP connections.
Comet has popularized the asynchronous processing and non-blocking streaming of response data. Comet defines a Web architecture that enables the server to push events or data to the client without waiting for the client to request it. In essence, the Comet pattern is based on creating and maintaining long-lived HTTP connections.
Subscribe to:
Comments (Atom)
