commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] glibc maintenance branch, rbraun/select_timeout_for_one_fd, create


From: Richard Braun
Subject: [SCM] glibc maintenance branch, rbraun/select_timeout_for_one_fd, created. glibc-2.16-ports-merge-3796-gfffcbbb
Date: Mon, 17 Dec 2012 10:04:53 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "glibc maintenance".

The branch, rbraun/select_timeout_for_one_fd has been created
        at  fffcbbb0b5ff8864086f7b58fdbb8aa4c71943d0 (commit)

- Log -----------------------------------------------------------------
commit fffcbbb0b5ff8864086f7b58fdbb8aa4c71943d0
Author: Richard Braun <address@hidden>
Date:   Mon Dec 17 09:57:41 2012 +0000

    Fix _hurd_select for single fd sets
    
    The function attempts to optimize this case by performing one IPC system 
call
    with the timeout included among the parameters, but in the absence of a 
reply,
    it will call mach_msg again with the same timeout later, effectively 
doubling
    the total timeout of the select/poll call.
    
    Remove this optimization for the time being.
    
    * hurd/hurdselect.c (_hurd_select): Always call __io_select with no timeout.

-----------------------------------------------------------------------


hooks/post-receive
-- 
glibc maintenance



reply via email to

[Prev in Thread] Current Thread [Next in Thread]