How To Implement MultiThreading Concept In Blueprism
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
26-06-18 10:49 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-07-18 06:59 PM
you can implement multiple runtime resources on the same machine using different ports if that is what you are looking for.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-09-19 07:42 AM
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
------------------------------
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
------------------------------
