> Anyone want to suggest a different syntax? > I would like to specify an alternative separator character (like #, * or |) and optional settings (like distribution, priority or scheduling policy).
Example: parallel [option_list1] do #[option_list2] computation1; #[option_list3] calculation2; done; > This is a classic fork/join pattern. > I connect with the word "fork" here that new (background) processes will be started. I propose that the developer can choose that new preemptive threads will be executed in the currently running process. It will depend on the environment and other preferences which approach will be appropriate. Regards, Markus ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Felix-language mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/felix-language
