buglist.bug
author viric@llimona
Fri, 13 Apr 2007 20:52:28 +0200
changeset 127 c620eacd7630
parent 98 cf6b8e6e964a
child 130 b4c03c5d0ad9
permissions -rw-r--r--
Fixed the versions in the code.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
64
2a17c9c7b1d5 Added a limit to the number of finished jobs.
viric@llimona
parents: 53
diff changeset
     1
4
13
392cd4359a60 Bug noted - recv() and ECONNRESET
lbatlle@npdl268.bpo.hp.com
parents: 8
diff changeset
     2
0	1	sleep	recv() may return ECONNRESET	\nI don't know why. It happened sometimes, when the client didn't send any\nENDJOB message.\nIt should be investigated.\n\nHypothesis:\n- maybe recv() returns ECONNRESET if the other side process has died but not\n  closed()?\n  simple tests seem to show that it's not true.