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 vstinner
Recipients gvanrossum, sebastien.bourdeauducq, vstinner, yselivanov, ysionneau
Date 2015-09-02.14:28:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441204085.99.0.132141943122.issue23630@psf.upfronthosting.co.za>
In-reply-to
Content
"So I like the idea of supporting multiple ports. It's very cheap to support it."

Oh, I had an example in my head: listening on tcp/80 for HTTP and tcp/443 for HTTPS... but it doesn't work. The problem is that the proposed API doesn't allow to specify a protocol factory per port. For such use case, you have to handle multiple servers.

Anyway, I still like the idea of listening to multiple hosts and/or multiple ports. It's a common requirement to start a server.
History
Date User Action Args
2015-09-02 14:28:06vstinnersetrecipients: + vstinner, gvanrossum, yselivanov, sebastien.bourdeauducq, ysionneau
2015-09-02 14:28:05vstinnersetmessageid: <1441204085.99.0.132141943122.issue23630@psf.upfronthosting.co.za>
2015-09-02 14:28:05vstinnerlinkissue23630 messages
2015-09-02 14:28:05vstinnercreate