lix/src/nix-worker
Eelco Dolstra 3ed9e4ad9b * Some hardcore magic to handle asynchronous client disconnects.
The problem is that when we kill the client while the worker is
  building, and the builder is not writing anything to stderr, then
  the worker never notice that the socket is closed on the other side,
  so it just continues indefinitely.  The solution is to catch SIGIO,
  which is sent when the far side of the socket closes, and simulate
  an normal interruption.  Of course, SIGIO is also sent every time
  the client sends data over the socket, so we only enable the signal
  handler when we're not expecting any data...
2006-12-03 03:03:36 +00:00
..
help.txt * Remove queryPathHash(). 2006-12-02 14:27:24 +00:00
main.cc * Some hardcore magic to handle asynchronous client disconnects. 2006-12-03 03:03:36 +00:00
Makefile.am * Doh. 2006-12-02 15:46:17 +00:00