cancel
Showing results for 
Search instead for 
Did you mean: 

Multibot Archeitecture

PrajwalUike
Level 2
How to use multiple bots without using environment locking ?

------------------------------
Pratik Deshmukh
------------------------------
3 REPLIES 3

JoshnaDammala2
Level 4
Hi Pratik,

Environment locking is a feature to avoid deadlock situation between many bots for a shared resource. This is primarily used in multi bot environment where multiple bots functioning on a shared resource. It is always better to use environmental locking.

If you are not using environmental locking design in such a way each bot takes up different cases. 





------------------------------
Joshna Dammala
RPA Developer
Asia/Kolkata
------------------------------

lookman
Staff
Staff
Hi Pratik.

Can you elaborate a bit more on what you are looking for? The only reason you would use environmental locking is if you have a shared resource and multiple processes trying to access it simultaneously.

So if you are asking about how to have multiple processes access the shared resource without using locking, then you could have a single process that just loads data from the single resource into a work queue and then have the multiple processes access the queue. 

If I'm on the wrong track here, please provide more details so we can help resolve your questions.

jack


------------------------------
Jack Look
Sr Product Consultant
Blue Prism
------------------------------

BohyonHwang
Level 9
Why don't you use Active Queue to run a process on multiple resources?

------------------------------
Bohyon Hwang
Director
블루프리즘
Seoul
+82262033950
------------------------------