distributed computing implementations

Duncan Grisby duncan-news at grisby.org
Sun Apr 13 13:48:38 EDT 2003


In article <71M$aHCTKxl+Ew8l at jessikat.demon.co.uk>,
 Robin Becker  <robin at jessikat.fsnet.co.uk> wrote:

>sigh :(
>for real distributed computing I wouldn't want to hold the sockets open.

Why ever not!?  Most protocols people use for distributed computing do
hold sockets open. As long as connections are seen as a cache, and can
be closed if necessary, it's a good thing. TCP start-up overhead is
huge, especially if the network has high latency.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --




More information about the Python-list mailing list