server push w java technologie

D

Dick Meijaard

Hello,

I wish that when ther is new information available that the page of te
website refresh immediatly.

Normally the most pages do it with a refresh method (polling or pull), I
prefer the push method, only refresh
when the information is changed. The server send a signal to the website (or
another application written by VB of Java)

Who help me with an excellent suggestion?

Dick Meijaard



--


---------------------------------------------------------------------
"Are you still wasting your time with spam?...
There is a solution!"

Protected by GIANT Company's Spam Inspector
The most powerful anti-spam software available.
http://mail.spaminspector.com
 
M

Michael Borgwardt

Dick said:
I wish that when ther is new information available that the page of te
website refresh immediatly.

Normally the most pages do it with a refresh method (polling or pull), I
prefer the push method, only refresh
when the information is changed. The server send a signal to the website (or
another application written by VB of Java)

Who help me with an excellent suggestion?

You can't really do this with Webapps, because HTTP is a request-response
protocol, with the request always coming from the client.

It can be faked with Javascript, by keeping a connection open with
a trickle of whitespace from the server and a reload/update comand
when necessary.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,981
Messages
2,570,188
Members
46,733
Latest member
LonaMonzon

Latest Threads

Top