buglist.bug
author viric@llimona
Mon, 02 Apr 2007 17:53:52 +0200
changeset 74 bb1b20d79acf
parent 64 2a17c9c7b1d5
child 98 cf6b8e6e964a
permissions -rw-r--r--
Marking the TODO for 0.3
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.
64
2a17c9c7b1d5 Added a limit to the number of finished jobs.
viric@llimona
parents: 53
diff changeset
     3
3	1	open	FD limit.	\nThere may be a limit in system's file descriptors. So, there's a limit in the\namount of queued jobs. It may be not that big... a very few hundreds, I guess.