serverside

Any one having idea abt Server Side Push and how is it implemented .
[82 byte] By [ctssdc] at [2007-9-26 4:09:35]
# 1

The server push is a technology that we use to send data to a http client, without the client having to send a request like http get ...

It works so: the clients says "i'm connected" to the server, and when the server is ready, he sends the data, without the client requesting something.

for example, it can be usefull if a page has to be reloaded several times, like an html chat page.

Yours, Gal

obersong at 2007-6-29 13:12:46 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Hi ctssdc, Please look at this url: http://www.javacommerce.com/faqs/servletfaq.htmTirumalaraoDeveloper Technical Support Sun Microsystems, http://www.sun.com/developers/support
rao_indts at 2007-6-29 13:12:46 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
thx to both guys
ctssdc at 2007-6-29 13:12:46 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...