Closed JosephCottam closed 11 years ago
Some errors are swallowed silently, occasionally making it hard to tell if the execution failed or is just taking a long time.
This may occur in transfer because all of the transfer work is done as a side-effect into a shared memory object. Need to check a return value or the thread-pool-state or similar for error codes.
Some errors are swallowed silently, occasionally making it hard to tell if the execution failed or is just taking a long time.