project-iris / iris

Decentralized cloud messaging
iris.karalabe.com
Other
571 stars 32 forks source link

Proper thread pool termination results in a deadlock? #6

Closed karalabe closed 10 years ago

karalabe commented 10 years ago

A proposed fix (issue #4) for the thread pool termination bug (not waiting on workers to finish) results in the iris package tests dead locking. This might be a bug in the refactored thread pool or a buggy usage of pool termination. Further investigation is needed.