Files
lix/src
Eelco Dolstra 35b7c4f82b Allow only 1 thread to send a closure to a given machine at the same time
This prevents a race where multiple threads see that machine X is
missing path P, and start sending it concurrently. Nix handles this
correctly, but it's still wasteful (especially for the case where P ==
GHC).

A more refined scheme would be to have per machine, per path locks.
2015-07-07 14:06:48 +02:00
..
2015-07-06 17:17:51 +02:00
2015-07-06 17:17:51 +02:00
2013-03-04 12:16:13 +01:00
2014-08-13 18:53:29 +02:00