in reply to Re: Passing long argument list to remote script
in thread Passing long argument list to remote script
/me nods...
That certainly seems to me to be the most flexible approach, since you can as always be certain that changes to exactly what needs to be run will happen forevermore. (“The only universal constant is change.”) Whether you get the list of commands from a database table, or from a file that is supplied separately, you certainly do not want to be confined by the arbitrary size of some command-buffer.