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 viocal
Recipients asvetlov, viocal, yselivanov
Date 2019-05-22.00:42:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558485779.28.0.617590556227.issue36981@roundup.psfhosted.org>
In-reply-to
Content
thanks again
the environment:
filedata1<512M
filedata2>512M
filedata3>1G
this computer-------------peer computer
server(with asyncio)------clien(socket without asyncio)
memory<512M    -----------memory>512M
read filedata1 <--------- success
read filedata2 <--------- success
read filedata3 <--------- success
write filedata1 ---------> success
write filedata2 ---------> fail
write filedata2 ---------> fail

how todo  (function set_write_buffer_limits) is work
History
Date User Action Args
2019-05-22 00:42:59viocalsetrecipients: + viocal, asvetlov, yselivanov
2019-05-22 00:42:59viocalsetmessageid: <1558485779.28.0.617590556227.issue36981@roundup.psfhosted.org>
2019-05-22 00:42:59viocallinkissue36981 messages
2019-05-22 00:42:59viocalcreate