]> gitweb.factorcode.org Git - factor.git/commit
vm: make signal pipe nonblocking
authorJoe Groff <arcata@gmail.com>
Wed, 9 Nov 2011 06:07:22 +0000 (22:07 -0800)
committerJoe Groff <arcata@gmail.com>
Wed, 9 Nov 2011 06:07:22 +0000 (22:07 -0800)
commit5f3cd4079c2272c6ac10ce6212ea7ea48cb1f1ce
tree04ceaacbc3842c09097c61bde9ac43a9b323c5db
parent637af2eedd46aa8414ef7d447cdf246a6d6c46f5
vm: make signal pipe nonblocking
On the off chance the Factor end of the signal handler mechanism isn't listening, we don't want to tie up the VM because the pipe's buffer got full.
vm/os-unix.cpp