473,385 Members | 2,243 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,385 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 17 '05 #1
1 1826
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 17 '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...
3
by: Harry Whitehouse | last post by:
Hi! Today I coded a small ASPNET page which accepts a 5 digit ZIP code and will return all the street names in that ZIP code. You can try it out here: ...
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...
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
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.