X at OLS
Posted Jul 29, 2004 7:02 UTC (Thu) by
chepelov (guest, #23542)
In reply to:
X at OLS by oak
Parent article:
X at OLS
unless your client (browser) is living on a different machine from the server (X).
In that case, you have to get the (http)client (the browser, again) to download the JPEG, decompress it into the client machine's memory, just to send it back to the X server over the network. This is what the parent is complaining about.
IIRC, there's a JPEG extension around (I think I saw that close to freedesktop.org). The idea being that the browser would use the extension to keep the image compressed all the way to the X server. If the server and client live on the same machine, the same CPU will decompress it anyway, so there should be no penalty. If server != client, then you win.
Really, using Mozilla over a 10Mbit/s LAN is no fun nowadays...
(
Log in to post comments)