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 sebastien.bourdeauducq
Recipients gvanrossum, sebastien.bourdeauducq, vstinner, yselivanov
Date 2015-03-10.18:45:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426013102.2.0.617599457198.issue23630@psf.upfronthosting.co.za>
In-reply-to
Content
That could work, but I would have to manually resolve and filter the lists of hostnames so that the program does not attempt to bind the same address twice - something that is better implemented in create_server, which already does the hostname resolution. Additionally, the asyncio Server internally supports listening on multiple sockets, and that would be the right feature to use for implementing this instead of creating and managing multiple servers.
History
Date User Action Args
2015-03-10 18:45:02sebastien.bourdeauducqsetrecipients: + sebastien.bourdeauducq, gvanrossum, vstinner, yselivanov
2015-03-10 18:45:02sebastien.bourdeauducqsetmessageid: <1426013102.2.0.617599457198.issue23630@psf.upfronthosting.co.za>
2015-03-10 18:45:02sebastien.bourdeauducqlinkissue23630 messages
2015-03-10 18:45:02sebastien.bourdeauducqcreate