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 gvanrossum
Recipients docs@python, gvanrossum, neologix, pitrou
Date 2013-11-29.21:01:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385758863.51.0.907873646953.issue19836@psf.upfronthosting.co.za>
In-reply-to
Content
This is definitely an improvement over the previous example, but I think both examples are still pretty unrealistic; they seem to be more useful as smoke tests than as examples.  My primary concern is that, in order to be both self-contained and small, both examples have both the sender and the receiver in the same code (connected by a socketpair).  But this makes them useless as starting points for simple applications built around a typical select loop.

Perhaps a basic echo service would be a better starting point?  I'll try to create one.
History
Date User Action Args
2013-11-29 21:01:03gvanrossumsetrecipients: + gvanrossum, pitrou, neologix, docs@python
2013-11-29 21:01:03gvanrossumsetmessageid: <1385758863.51.0.907873646953.issue19836@psf.upfronthosting.co.za>
2013-11-29 21:01:03gvanrossumlinkissue19836 messages
2013-11-29 21:01:03gvanrossumcreate