[issue23630] support multiple hosts in create_server/start_server

Sebastien Bourdeauducq report at bugs.python.org
Tue Mar 10 19:45:02 CET 2015


Sebastien Bourdeauducq added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23630>
_______________________________________


More information about the Python-bugs-list mailing list