I'd like to investigate putting a semaphore in front of the pkg/os filesystem
operations, so massive numbers of goroutines attempting filesystem I/O don't create
threads each and make the operating system cry.
There are deadlock concerns, but perhaps we can do it per filesystem id, or learn the
limits, etc.