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
Date 2019-05-22.07:18:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id
In-reply-to
Content
test:
os centos 7.4 
memory = 512M
filedata = 1.14G

this computer-------------peer site (same computer)
server(with asyncio)------clien(socket without asyncio)
write filedata ---------> success
before fix write buffers is storage free(memory)
after fix write buffers is storage cached(memory)
History
Date User Action Args
2019-05-22 07:18:37viocallinkissue36981 messages
2019-05-22 07:18:36viocalcreate