Re: EXE at server



On Thu, 28 Feb 2008 09:43:39 +0000
Richard Heathfield <rjh@xxxxxxxxxxxxxxx> wrote:

sb5309@xxxxxxxxx said:

There is an EXE file on a web server (assumed to be a linux binary).

Er, it's unlikely to be a Linux binary if it's an EXE file. EXE is a
CP/M, MS-DOS, and now Win32 executable file format.

This executable will show an interactive presentation on a monitor.

Is it possible to get the server to run the program, but display the
interacttive presentation at a client machine (over the internet) ?

If the program has been properly written as an X client, it is indeed
possible to write an X server that will serve display functionality over
the Net. But it probably isn't an X client, because nobody's ever that
lucky. :-(

Even if it is an X client it will need to be run with the DISPLAY
environment variable appropriately set and it will need to be able to
connect to the X server running on the "client" machine and in order to be
reasonably pleasant to use there will have to be adequate bandwidth and low
latency between the two machines.

--
C:>WIN | Directable Mirror Arrays
The computer obeys and wins. | A better way to focus the sun
You lose and Bill collects. | licences available see
| http://www.sohara.org/
.



Relevant Pages

  • Re: EXE at server
    ... it's unlikely to be a Linux binary if it's an EXE file. ... and now Win32 executable file format. ... If the program has been properly written as an X client, ... possible to write an X server that will serve display functionality over ...
    (comp.programming)
  • Re: Text terminal rendering design
    ... The client is an application with need of a UI that works by ... what symbols it needs to display and the coordinates at which each ... In the case of most text terminals, a symbol is represented by a single ... complex conversion operations to put the symbol into a form that the ...
    (comp.object)
  • Re: Text terminal rendering design
    ... this would only be appropriate for a symbol that was instantiated purely for display compatibility. ... The only way I see is to have some separate notion of symbol identity that the client provides. ... available when each Icon is being constructed. ... What I thought you were representing was the fact that if a conversion is necessary, then there will be two Symbol instances in your UI software and you will provide both handles to the client to map to the relevant Icon. ...
    (comp.object)
  • Re: Text terminal rendering design
    ... Now I am how giving a reference to a Symbol to the client forces me ... deal with particular terminals. ... the client wants to do is display a single symbol, ... Conversion from one format to another is by ...
    (comp.object)
  • Re: Text terminal rendering design
    ... Symbols were only created for immediate display. ... the client is not going to be modifying ... instantiate the Symbol objects itself if the client has symbol data, ... symbol until after all the conversion and instantiation procedures ...
    (comp.object)