xml-rpc timeout

Steve Holden steve at holdenweb.com
Mon Sep 24 14:19:27 EDT 2007


Lawrence D'Oliveiro wrote:
> In message <mailman.885.1190402534.2658.python-list at python.org>, Steve
> Holden wrote:
> 
>> Timeouts shouldn't be a normal feature of TCP communications.
> 
> On the contrary, they should. How else are you going to detect that the
> other side has died?

You missed the point, which is that TCP hosts shouldn't normally die. In 
other words, if timeout code is regularly invoked in communicating with 
a specific host, that host is likely at fault.

Naturally timeouts are useful for detecting dropped communications.

regards
  Steve
-- 
Steve Holden        +1 571 484 6266   +1 800 494 3119
Holden Web LLC/Ltd           http://www.holdenweb.com
Skype: holdenweb      http://del.icio.us/steve.holden

Sorry, the dog ate my .sigline




More information about the Python-list mailing list