We are having issues mixing threads and forks that is basically the same as described in this blog article: http://rachelbythebay.com/w/2011/06/07/forked/
(mixing threads and forks is causing some child processes to hang on a FUTEX call)
Her analysis is basically that their SSH libraries are creating all sorts of threads, and she concludes that they need to not use ssh
We need ssh, does anyone know of a python ssh library that does not spawn threads?