[issue28968] xml rpc server fails with connection reset by peer error no 104

2016-12-14 Thread Manish Singh
New submission from Manish Singh: I have used xml rpc library with transport http. My client and server are running on same host. In normal load scenario(20% cpu usage, 80% memory usage, 18 GB memory free), some request of xml rpc client fails with connection reset by peer error. I have used

[issue28968] xml rpc server fails with connection reset by peer error no 104

2016-12-14 Thread Manish Singh
Manish Singh added the comment: Hi loewis, Can you please look into this issue -- ___ Python tracker <http://bugs.python.org/issue28968> ___ ___ Python-bug

[issue28968] xml rpc server fails with connection reset by peer error no 104

2016-12-14 Thread Manish Singh
Changes by Manish Singh : -- nosy: +loewis ___ Python tracker <http://bugs.python.org/issue28968> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28968] xml rpc server fails with connection reset by peer error no 104

2016-12-15 Thread Manish Singh
Manish Singh added the comment: Hi David Murray, Thanks for replying. I have mentioned that my client and server are running on same host. So communication is going through localhost address. I have checked for possible reasons of connection reset by peer error, below are the possible causes

[issue28968] xml rpc server fails with connection reset by peer error no 104

2016-12-16 Thread Manish Singh
Manish Singh added the comment: Hi David Murray, Please refer this link, http://stackoverflow.com/questions/383738/104-connection-reset-by-peer-socket-error-or-when-does-closing-a-socket-resu -- ___ Python tracker <http://bugs.python.

[issue28968] xml rpc server fails with connection reset by peer error no 104

2016-12-19 Thread Manish Singh
Manish Singh added the comment: Hi Davud Murray, Can you reply to above comments. -- ___ Python tracker <http://bugs.python.org/issue28968> ___ ___ Python-bug

[issue28968] xml rpc server fails with connection reset by peer error no 104

2016-12-21 Thread Manish Singh
Manish Singh added the comment: Hi David, How can i port it to main python-dev list. Need to mail on it or some other group is there so that we can send the message to it. -- ___ Python tracker <http://bugs.python.org/issue28

[issue28968] xml rpc server fails with connection reset by peer error no 104

2016-12-22 Thread Manish Singh
Manish Singh added the comment: Hi Jim, Thank you for replying. As you are suggesting that there is a firewall setting. Then in that case every request should fail, right? But in my case only few request fail(4 out 20 requests). Have you seen my mail sent to python-dev group through gmail

[issue28968] xml rpc server fails with connection reset by peer error no 104

2016-12-22 Thread Manish Singh
Manish Singh added the comment: Below is the information sent to python-dev group === [ Issue ] I have used xml rpc library with transport as http. My client and server are running on same host. Some xml rpc requests