Comment tarsnap (Score 1) 467
Tarsnap would potentially do the trick:
http://www.tarsnap.com/
Tarsnap would potentially do the trick:
http://www.tarsnap.com/
The parent is spot on with something others seem to have overlooked - lock contention becomes a bigger problem as you have more simultaneously running processes/threads competing for shared resources across an increasing number of cores. One of the big challenges for general purposes OSes as the number of cores scale up is coping with access to shared data structures that previously were not a problem.
When it is not necessary to make a decision, it is necessary not to make a decision.