Relative Content

Tag Archive for socketstcpdistcc

What will cause the socket to close?

Background: Recently I used distcc to do distributed compilation, and found that some large files often could not be sent back to the local computer after compilation. I checked the logs and code, and the reason for this is that Broken pipe appears when the server calls sendfile. Problem The problem can be summarized as: […]

What will cause the socket to close?

Background: Recently I used distcc to do distributed compilation, and found that some large files often could not be sent back to the local computer after compilation. I checked the logs and code, and the reason for this is that Broken pipe appears when the server calls sendfile. Problem The problem can be summarized as: […]