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 gvanrossum, neologix, vstinner
Date 2013-11-01.14:41:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJL+Q92wxmwLMZK9f4a1dXnE2=Ob86rjFCGD92MVMn3zzg@mail.gmail.com>
In-reply-to <CAH_1eM2t8EZyLbLdq-bQW5aQeCCw-ZnKiKeNbk1QiMQe=n_jWg@mail.gmail.com>
Content
Hm. If you really are going to create 300 instances, you should probably
use asyncio. Otherwise, how are you going to multiplex them? Create 300
threads each doing select() on 1 FD? That sounds like a poor architecture
and I don't want to bend over backwards to support or encourage that.
History
Date User Action Args
2013-11-01 14:41:05gvanrossumsetrecipients: + gvanrossum, vstinner, neologix
2013-11-01 14:41:05gvanrossumlinkissue19465 messages
2013-11-01 14:41:05gvanrossumcreate