Hi, I know there are some system calls that will block the whole OS thread. While multi Erlang processes may running on one OS thread. So if one of the process call a block system call, will all the processes running on the same thread block? Thanks. --- Bin Wang