in reply to Re^3: threads and Net::OpenSSH
in thread threads and Net::OpenSSH
I'm seeing in some cases that it merely detaches those tail -f threads.
Hm What "it"?
Threads do not detach unless explicitly detached. join() will block until the thread terminates.
Unless you've changed your code, what you're suggesting isn't possible.
|
|---|