in reply to Re^3: Splitting up quoted/escaped command line arguments
in thread Splitting up quoted/escaped command line arguments
I'll potentially be doing hundreds of these calls in parallel and I have to avoid the overhead of shelling out every time. I've already tested and the difference is very significant when opening to ssh vs opening to a shell opening to ssh. There's a huge slowdown on the local machine when I involve the shell.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Splitting up quoted/escaped command line arguments
by runrig (Abbot) on Feb 11, 2014 at 19:11 UTC | |
by Tommy (Chaplain) on Feb 11, 2014 at 19:29 UTC |