473,378 Members | 1,623 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

RealTime Data Over HTTP (Push Based Refresh)

Hi,

(NOTE: For the following post, please Only Consider HTTP Via WebBrowser)

Data Publishing over HTTP is 'pull' based, i.e. the browser has to
request(refresh) to get data.

Is there any way that the data is published(pushed) to the browser in
realtime so that the webpage does have to request or poll for a refresh?

Consider a Quotes Watch Grid where symbols are refreshed as any change
happens instead of periodically polling to refresh the bid ask proce of the
symbol.

In the real world one solution being used in this scenario is JAVA Applets;
equivalent of which (that I am aware of) is ActiveX.
What is the .NET alternative, IF ANY ?
Are J# Applets mature enough?
Does WS-Eventing work over HTTP via Web Browser?

Thanx In Advance.
rawCoder
Nov 11 '05 #1
1 1553
If a server want's to communicate back to the client it needs to establish a
(new!) connection to the client. This means they change roles; the server
acts as client and the client as server. This is independent of the protocol
and even the language the client application is implemented in.

You definitly need a fat/thin client that is possible to open a TCP/IP
listener on the client side. Possible Implementations would be a .Net Form,
ActiveX, or J# Applets.

To satisty you're NOTE: For the .Net case you could use SOAP over HTTP as
remoting protocol.

Hope that helps,
Markus

"rawCoder" <ra******@hotmail.com> schrieb im Newsbeitrag
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hi,

(NOTE: For the following post, please Only Consider HTTP Via WebBrowser)

Data Publishing over HTTP is 'pull' based, i.e. the browser has to
request(refresh) to get data.

Is there any way that the data is published(pushed) to the browser in
realtime so that the webpage does have to request or poll for a refresh?

Consider a Quotes Watch Grid where symbols are refreshed as any change
happens instead of periodically polling to refresh the bid ask proce of
the
symbol.

In the real world one solution being used in this scenario is JAVA
Applets;
equivalent of which (that I am aware of) is ActiveX.
What is the .NET alternative, IF ANY ?
Are J# Applets mature enough?
Does WS-Eventing work over HTTP via Web Browser?

Thanx In Advance.
rawCoder

Nov 11 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: rawCoder | last post by:
Hi, (NOTE: For the following post, please Only Consider HTTP Via WebBrowser) Data Publishing over HTTP is 'pull' based, i.e. the browser has to request(refresh) to get data. Is there any...
3
by: Damjan Vengušt | last post by:
Hey ! I have a WebForm with several controls on it (text boxes, buttons, datagrid, listboxes,...). I want to refresh the data in those controls every 1-2 seconds. How do I refresh (reload)...
1
by: Jaco Bregman | last post by:
Hi all, I'm looking for a way to inform clients of a server side event on my website. What I want to do is to update a user's webpage when a process logs in on the server. Untill now I use a...
1
by: Henrik H | last post by:
Hi all, Is there a way, to show data on a web-page, and not get the refresh sound, when data is updated/refreshed?? My data should refreash every 15 secound, so I would be pleased no to hear...
3
by: TheFarSeer | last post by:
Hi, i have a server that recieves data often from a third party data provider often. I would like to PUSH this data to the client webpage, WITHOUT having to force the user to hit refresh or...
4
by: batista | last post by:
Hello All, my prob. is that i have a web server, and i want it to send fresh data,whenver it is available(from sum other source), to a webpage. Now i used refresh, but i want to use an...
6
by: Brian Henry | last post by:
is there a way to tell when the database connection is retrieveing data? i saw the connectionstate.fetching enumerated value, but of course it's not implemented yet... is there another way to do...
2
by: Bill | last post by:
Hi all, I have little experience of B/S application. I face a project that marketing want a pure B/S structure.But the refresh rate is 60 times/sec at the most,For example,a realtime curve. Do you...
4
by: =?Utf-8?B?YXVsZGg=?= | last post by:
hello, i'm not sure if this is possible. i have a small VS 2005 C# windows application. it has a textbox and a button. once the user presses the button it fires off many tasks. i want to use the...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.