One option could be environment variables. like the server globals. It is then a setup problem to transport the environment variables, e.g., like done with 'env ... ssh ...' as the non-Windows launch command.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The clients are launched by the server, so the server net::Globals will be distributed. Q: how does the app get the parameters? Does it have its own?
new --eq-globals param?
possible, but imho the master gets the parameters from the app. where the app is getting them from is not an issue of equalizer :)
One option could be environment variables. like the server globals. It is then a setup problem to transport the environment variables, e.g., like done with 'env ... ssh ...' as the non-Windows launch command.