Broadcast a change to all listeners?

B

Bruce W...1

Say I had an ASP.NET page that monitored the status of something. If
this status changed is there a way to cause an update on all browsers
that are viewing this page?

I know this isn't in keeping with a connectionless state. I suppose I
could make the page refresh once a minute, but this is not ideal. So
I'm thinking along the lines of UDP or something.

Does anyone know if this can be done with ASP.NET?

Thanks for your help.
 
B

bruce barker

the browser only supports polling, you can wrtite a activex or java applet
that uses some variant of IM. UPD will not work as it is not routed. the
applet will need to keep a continous connection, so your server will need to
be configured to handle it.

-- bruce (sqlwork.com)
 

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,764
Messages
2,569,566
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top