Ndbd currently runs IO towards other nodes in the same thread as the database execution. Effectively ndbd is only one thread. This yields poor utilization of a dual core/cpu machine from a single ndbd. By moving this IO to a separate thread the utilization will be more even.
