viocal <vio...@tom.com> added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36981>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to