Eliminate polling in Linux
authorH.G. Muller <h.g.muller@hccnet.nl>
Sat, 14 Jan 2012 10:56:13 +0000 (11:56 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sat, 14 Jan 2012 10:56:13 +0000 (11:56 +0100)
commit64739477abdd86edbea682069de301b3affddddc
tree730ea9e1bfff4f99f61644fa7588ce89eb4569ee
parent3a28064cbc828394d6888a3bba103d6dd78e945c
Eliminate polling in Linux

The sleep-spaced polling for readyok or bestmove has now been replaced
by pipe-based blocking of the waiting thread, waking it up by writing
a character into the pipe.
UCI2WB.c