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 taleinat
Recipients
Date 2007-02-07.07:49:02
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
After removing the SO_REUSEADDR flag, this has been working without any pauses, delays or hitches on my WinXP Python2.5 install. I sometimes have as many as 8 separate instances of IDLE running in parallel, with no side effects.

About the SO_REUSEADDR flag, I'm wondering if this is still required on Posix systems now that we're choosing random ports. If so, we should choose whether to use this flag based on the OS.

Is there any good reason -not- to choose a random port? I can't think of any.
History
Date User Action Args
2007-08-23 15:53:45adminlinkissue1529142 messages
2007-08-23 15:53:45admincreate