viuavm-commits
[Top][All Lists]
Advanced

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

[Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-2351-g25e3bf


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-2351-g25e3bf8
Date: Sat, 19 Jan 2019 20:25:43 +0100 (CET)

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 "Viua VM".

The branch, devel has been updated
       via  25e3bf8b04732f1769bd2ad3376ae572f05a93e7 (commit)
      from  9aa1410900a8fd1af9ed2776523b13594462e56d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 25e3bf8b04732f1769bd2ad3376ae572f05a93e7
Author: Marek Marecki <address@hidden>
Date:   Sat Jan 19 20:22:04 2019 +0100

    Accepted sockets have 500ms recv timeout set
    
    A timeout must be applied to a socket because a blocking read takes over
    a whole FFI scheduler. If there are more blocking calls (without a
    timeout) than FFI schedulers then the whole FFI mechanism hangs until a
    call returns.
    
    It is easy to block the program this way.

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

Summary of changes:
 src/stdlib/posix/network.cpp | 37 ++++++++++++++++++++++++++++++++++++-
 1 file changed, 36 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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