Hi, I'm wondering if parallel execution is really parallel or not.
I created a simple workflow containing a nested workflow. The nested workflow can run in parallel. We pass to the nested workflow two strings constant so the workflow must be executed 2 times, in parallel. The nested workflow contains a beanshell script that wait using Thread.sleep(in1). The first input is 10 seconds, and the second input is 20 seconds. If the execution is in parallel, the workflow must stop after 20 seconds. In the example it stops after 30 seconds (10 seconds + 20 seconds). Nevertheless, the 2 occurrence start at the same time in the monitoring view :/ Is it a bug? Is there another way to do what I want? Best regards.
paralleltest.t2flow
Description: Binary data
------------------------------------------------------------------------------ Keep yourself connected to Go Parallel: INSIGHTS What's next for parallel hardware, programming and related areas? Interviews and blogs by thought leaders keep you ahead of the curve. http://goparallel.sourceforge.net
_______________________________________________ taverna-users mailing list [email protected] [email protected] Web site: http://www.taverna.org.uk Mailing lists: http://www.taverna.org.uk/about/contact-us/
