in reply to Re: How to make a thread to wait till a command on shell get completed.
in thread How to make a thread to wait till a command on shell get completed.
Basically I am using back tick operator due to which multiple instance of gzip get triggered as the thread is not waiting for the shell to return.
So how I can achieve blocking of thread in case of back tick.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: How to make a thread to wait till a command on shell get completed.
by choroba (Cardinal) on Dec 02, 2013 at 08:02 UTC | |
Re^3: How to make a thread to wait till a command on shell get completed.
by BrowserUk (Patriarch) on Dec 02, 2013 at 08:38 UTC | |
Re^3: How to make a thread to wait till a command on shell get completed.
by dasgar (Priest) on Dec 02, 2013 at 08:03 UTC |
In Section
Seekers of Perl Wisdom