Python processing - the threading API built on fork processes. Very interesting because it allows for better utilization of multi-core systems (since processes - unlike threads - do not suffer from the global interpreter lock). However, this naturally comes with the overhead of system processes. Could still be very interesting for e.g. TooFPy.