Thread (49 messages) flat view 49 messages, 5 authors, 2016-06-27

Re: [PATCH v12 04/20] index-helper: new daemon for caching index and related stuff

From: Duy Nguyen <hidden>
Date: 2016-06-26 04:28:26

On Sat, Jun 25, 2016 at 9:21 PM, David Turner [off-list ref] wrote:
On 06/25/2016 10:33 AM, Duy Nguyen wrote:
quoted
quoted
+               /*
+                * Our connection to the client is blocking since a
client
+                * can always be killed by SIGINT or similar.
+                */
+               set_socket_blocking_flag(client_fd, 0);

Out of curiosity, do we really need this? I thought default behavior
was always blocking (and checked linux kernel, it seemed to agree with
me). Maybe for extra safety because other OSes may default to
something else?

Yes -- see this bug report for details:
https://bugs.python.org/issue7995
I think we should refer to this issue in the comment block right
before set_socket_blocking_flag() call. Imagine a year from now, I may
read the code, decide this code is useless and try to remove it.

-- 
Duy
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help