Hi,
My existing project is using below command ,
Kepler  -runwf -nogui -redirectgui dir -nocache -noilwc   workflow.xml

Which initializes  "ptolemy.moml.MoMLCommandLineApplication" . Therefore the 
call is blocking means it will return only when workflow execution is finished.

However if I change the command with no cache as below,
Kepler  -runwf -nogui -redirectgui dir  -noilwc   workflow.xml
It will call "org.kepler.KeplerConfigurationApplication". This is non blocking 
as it will spawn new thread for each model and return.

My query if I choose second approach ie using  
org.kepler.KeplerConfigurationApplication instance, then is there any 
difference in the workflow execution behavior. If so can you please describe in 
detail the difference in both these flows.


Regards,
Yogini

DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the 
property of Persistent Systems Ltd. It is intended only for the use of the 
individual or entity to which it is addressed. If you are not the intended 
recipient, you are not authorized to read, retain, copy, print, distribute or 
use this message. If you have received this communication in error, please 
notify the sender and delete all copies of this message. Persistent Systems 
Ltd. does not accept any liability for virus infected mails.
_______________________________________________
Kepler-dev mailing list
[email protected]
http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev

Reply via email to