Re: Communication with a colony on the Moon



Mike Williams wrote:

I'm not talking about sending screenshots. The data passed up to the
copy on the moon would be almost exactly the same as what your browser
would fetch if you accessed the same page from a location on Earth. The
program that displays the data on a computer on the Moon would work
something like one of those mail clients that will display HTML content
with images and other media that are included as attachments to an
email. The program on the Moon wouldn't make its own requests for things
like image content, but only display what gets passed up to it from the
Earthside browser.

It doesn't sound you're really describing anything different than Ben Bradley described; you don't need a browser to act as this intermediary. In fact you don't want a browser, because a browser implies something that turns the content into something displayed to the user, which is not something you need or want to do at this stage. (Hence why I presumed you were talking about sending a realtime feed of what the browser rendered.)

Even a caching proxy could easily be extended to have this kind of functionality. As it is, when you a hit a URL that's not in the cache, you are shown a 5xx HTTP error and are told to check back later. The proxy then makes the request for the content of the page. When that request finally comes back, then the proxy processes the content that came back (probably handing it off to another process), which then makes supplementary requests for everything directly referenced in that page, then perhaps supplementary requests for everything directly referenced in _those_ pages, to whatever extent you want.

--
Erik Max Francis && max@xxxxxxxxxxx && http://www.alcyone.com/max/
San Jose, CA, USA && 37 20 N 121 53 W && AIM erikmaxfrancis
Never make a promise or plan / Take a little love where you can
-- Florence, _Chess_
.



Relevant Pages

  • Re: Communication with a colony on the Moon
    ... copy on the moon would be almost exactly the same as what your browser ... The program on the Moon wouldn't make its own requests for things ... Earthside browser. ... I think Ben was describing a cache on the Moon. ...
    (rec.arts.sf.science)
  • Re: Communication with a colony on the Moon
    ... copy on the moon would be almost exactly the same as what your browser ... The program on the Moon wouldn't make its own requests for things ... Earthside browser. ... I think Ben was describing a cache on the Moon. ...
    (rec.arts.sf.science)
  • Re: Linux still surfs slower than Windows
    ... That wouldn't explain why the Linux browser chokes on any given ... >>up with the same DNS configurations. ... > although it seems they do work properly with MS requests. ...
    (comp.os.linux.networking)
  • Re: access only to one external site
    ... > client (that is a browser configured to use a proxy server) requests a web ... > request" (not specific destination set, ...
    (microsoft.public.isa.configuration)
  • strange msg lines..
    ... No, they're not errors, they're just requests for your home page ... SetEnvIfNoCase Referer buy-vicodin-online\.us go_away ... various porn URLs as wannabe proxy requests, ... In your case, the browser identification, most likely bogus, is a common ...
    (freebsd-questions)

Loading