On Sun, Nov 22, 2009 at 16:01, <[email protected]> wrote: > The problem is: > If i call the executeworkflow.sh to execute the workflow and before it > finishes executing i call it again to execute the second workflow, it will > not work.
In what way does it not work? What goes wrong, do you get any error messages, wrong output or similar..? > any ideas? > can the executeworkflow.sh be called more than once and run in parallel mode That should not cause any problems except that you would use more memory.. are you sure your workflow and those executables are OK with running in parallel? For instance I've seen some such 'local' workflows who for some reason exchange data through fixed filenames instead of as processor inputs and outputs - in that case you could run into issues with two workflows modifying and reading the same files. You can test this by running the workflow twice in parallell in the workbench, to rule out any issues with executeworkflow.sh -- Stian Soiland-Reyes, myGrid team School of Computer Science The University of Manchester ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ taverna-users mailing list [email protected] [email protected] Web site: http://www.taverna.org.uk Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/
