I have a customer who runs a process which is essentially chugging through a huge DBF and doing some processing for each record. This is taking quite a while on their hardware, like hours. It struck me that this is an ideal application for parallelism. So I've knocked up a quick test that uses ParalleFox with each worker processing a chunk of the DBF file. It seems to work fine. Anyone using this library in production ?