http://qs321.pair.com?node_id=832368


in reply to Re^3: No child processes - system limit?
in thread No child processes - system limit?

local'ising $! seems to have sorted out that issue, revealing the real error that is happening on the remote process.

Re your other point, yes - deleting keys in the hash causes a panic, but I'll change the loop to only waitpid to those keys that have true values, which should help

thanks