Slashdot Mirror


User: dbj

dbj's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. www.squeekland.org on The Little Coder's Predicament · · Score: 1

    Works for my kids.

  2. Still valuable on intranets on Declaring The Death of Metatags · · Score: 3, Insightful

    Within a corporation, having meta-tags can greatly enhance the ability to search internal documents.

  3. No Firewire interface :-( on Paperweight or Computer? You Decide! · · Score: 1

    So close to my dream device....

  4. X protocol chattiness is the problem not bandwidth on Low-Bandwidth X · · Score: 2

    Around 5 years ago I was involved with some people who were trying to determine why their X application was taking 5 to 20 minutes to start up when run across the WAN.

    We put some protocol analyzers on it to see what was going on. It turns out that X is extremely chatty. This particular application made over a 1000 round trips between the client and server during start up. When running on a LAN where latency is a milisecond or less this is not a problem, but when running across 15 hops with a latency of around 300ms the chattiness blows up in your face.

    If the latency is low, X's bandwidth requirements are very modest. I used to run an X terminal on a 14.4Kbs modem to telecommute and while it was a bit slow it was usable.

    To make X a WAN friendly protocol someone needs to address this chattiness issue.

    David