In Ivy I can parallelize processes (and too User Dialog logic) with a Split element and synchronize them again with the Join element. Does this run in multiple threads? asked 08.02.2010 at 03:49 Benedict Groppe |
No, in general all the process pathes started with a Split element are executed in the same thread. It's only pseudo-parallel. But there exceptions, all the elements that potentially communicate with third-party systems do run in their own thread, e.g. the PI, DB call or web service call elements. So if you combine Split and Join with e.g. PI's (but not with Script elements) you have real parallel execution. answered 08.02.2010 at 05:20 Kaspar von G... hi @Kaspar von G... SpitJoin just available on Start/Callable process sub. So in case i want to have parallel thread inside HtmlUserDialog, i need to handle by myself (Runnable/Thread) right?
(29.03.2017 at 08:48)
trungdv
Split and Join are also available in the logic of Html Dialogs. They work there the same way like in the "Business Process", "Callable Sub Process" and "Web Service Process".
(29.03.2017 at 20:39)
Alex Suter ♦♦
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 08.02.2010 at 03:49
Seen: 2,467 times
Last updated: 29.03.2017 at 20:39