Question
Multiple Robots on Single VM and single robotic environments
Hi Team,
Is it possible to run multiple robots on single runtime environment and on single VM?
Let me explain with an example, I have developed a RPA solution. This RPA solution is a web service.
This web service Performs below steps.
- Takes OrderID as input
- Logins into the Siebel Application.
- Searches the order by taking orderID as input.
- Retrieves X and Y values.
- Outputs X and Y.
Assume if 20 consumers invoking this Web Service simultaneously. Do we need to have 20 VM ? or can we run them on single VM in parallel .
Appreciate if anyone can provide prompt response.
Please note that we are not using Pega Robotic Manager.
Regards,
Suresh M.
What you are discussing should be done with 20 VMs. Siebel is a very memory intensive application and I have not run multiple instances on a single machine so I can't definitively answer how that would work but doubt that it would. I would implement Robot Manager to handling queuing requests and attach Robot VMs to it to handle the load.