cancel
Showing results for 
Search instead for 
Did you mean: 

How To Implement MultiThreading Concept In Blueprism

Vidya_VaniPalli
Level 2
Hi, I have understood the concept of MultipleThreading Concept but I am totally blank on how to implement it. This is on high priority for me to implement it. So could anyone help me with this. Thanks In Advance. Vidya.  
2 REPLIES 2

BhagavathsinghR
Level 3
you can implement multiple runtime resources on the same machine using different ports if that is what you are looking for.

AliaksandrSauch
Level 2
Hi. First of all what do you mean under MultipleThreading Concept?
If you want to do work in multiple machines you need to use Queue and run processes on each machine in parallel.
If you want to use MultyThreading inside one process - it will be harder. Your objects need to be designed in such way that they can support work in a separate thread and wait for the results of the thread. But you can't interact with graphical applications in such case. Or I don't know how to do this yet 😃

------------------------------
Aliaksandr Sauchanka
RPA
EY
Europe/Minsk
------------------------------