This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients
Date 2006-09-20.20:47:22
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=580910

Timeout with REUSADDR tends to be several minutes. 

<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/
winsock/winsock/using_so_reuseaddr_and_so_exclusiveaddruse.asp> seems 
to indicate that SO_REUSEADDR behaves unlike what unix does: two 
applications can bind to the same port if one of them uses SO_REUSEADDR.

Picking the first available port and disabling SO_REUSEADDR should therefore 
both enable multi-process mode and solve the delay issue kbk is having 
during debugging.
History
Date User Action Args
2007-08-23 15:43:02adminlinkissue1201569 messages
2007-08-23 15:43:02admincreate