Re: A socket in a web page?
From: Martin (martinvalley_at_comcast.net)
Date: 02/06/04
- Next message: Martin: "Re: A socket in a web page?"
- Previous message: Paul Wheeler: "help needed with www access and router setup problem"
- In reply to: Lew Pitcher: "Re: A socket in a web page?"
- Next in thread: ynotssor: "Re: A socket in a web page?"
- Reply: ynotssor: "Re: A socket in a web page?"
- Reply: Fred Emmott: "Re: A socket in a web page?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 06 Feb 2004 12:37:13 -0700
On Fri, 06 Feb 2004 12:15:48 -0500, Lew Pitcher <Lew.Pitcher@td.com>
wrote:
>To paraphrase: you have a specially built MSWindows application that, under
>certain circumstances, uses a socket to communicate with another app, and
>then uses the results to build a webpage that is then presented to intranet
>clients via a built in webserver.
>
>Right?
No, not quite.
I have a specially built MSWindows application that controls an
industrial process. The "user interface" is in the form of web pages
which are served out by the application itself (IIS is not used).
Several of the pages that are served out include a Winsocket that is
activated by a script when the page is loaded in the client's browser.
This client-side socket connects back to a server-side socket thus
providing a "pipe" thru which the server process can then send data
out to be displayed on the client's screen.
>From the end-user's point of view, he's just sitting there looking at
his screen watching real-time updates of portions of his screen. No
additional pages are being sent or received.
It's my home-made version of "push" technology where the server is
pushing data out to the client.
The problem I'd like to overcome now is that this works only with
Internet Explorer / Windows clients; because only they can handle the
client-side Winsocket. I would like to be able to serve out a page
that would allow this same functionality on Linux/Unix clients.
- Next message: Martin: "Re: A socket in a web page?"
- Previous message: Paul Wheeler: "help needed with www access and router setup problem"
- In reply to: Lew Pitcher: "Re: A socket in a web page?"
- Next in thread: ynotssor: "Re: A socket in a web page?"
- Reply: ynotssor: "Re: A socket in a web page?"
- Reply: Fred Emmott: "Re: A socket in a web page?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|