1.Shall we run multiple Process Simultaneously?
2.If we run process simultaneously in a machine(say 3 or 4 process), how does it will impact the performance in end machine?
3.If we have 100+process in Orchestrator, that make automation in one application(say X).If that X application is broken, How we can manage that?What will be performance impact in this scenario?
If that application is broken the automations will fault unless you are doing proper error handling in your code
We have 4 servers and run about 150 different automations 24x7. We have 14 service accounts that can run on each server. Orchestrator manages what runs where.
i mean in the same session you can run background proccesses, for each sesion you can run whatever you want, but it always will affect the perfomance of the machine.