Re: Live Stock Market

Subject: Re: Live Stock Market
From: Niclas Hedhman <niclas@xxxxxxxxxxxx>
Date: Sun, 05 Mar 2000 11:00:22 +0800
Marcel Ruff wrote:

> 1. Java applet with Tcp/IP or CORBA or RMI ... connection
>    This allows instant dynamic refreshing of data but if there
>    is a firewall between, the applet won't work.
>    (http tunneling could help here, but you need a persistent http
>    connection, see below).

The Applet can open a Socket to the server, which the firewall will
possibly allow and the server feeds the updates to the client applet(s).

You would then need some kind of protocol over the Connection, but would
not be too hard to establish.

Niclas


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread