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 yselivanov
Recipients Liran Nuna, serhiy.storchaka, yselivanov
Date 2017-12-05.03:53:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512446031.73.0.213398074469.issue32204@psf.upfronthosting.co.za>
In-reply-to
Content
Also I suggest you to try uvloop.  If your production code is still slower that with asynq, I suggest you to profile it and post real profiles here.  I just don't think that asyncio.gather can be the main bottleneck you have, it must be something else.
History
Date User Action Args
2017-12-05 03:53:51yselivanovsetrecipients: + yselivanov, serhiy.storchaka, Liran Nuna
2017-12-05 03:53:51yselivanovsetmessageid: <1512446031.73.0.213398074469.issue32204@psf.upfronthosting.co.za>
2017-12-05 03:53:51yselivanovlinkissue32204 messages
2017-12-05 03:53:51yselivanovcreate