robotoworks / mechanoid

Eclipse plugin providing a set of DSL's for the rapid development of Android apps
58 stars 26 forks source link

MechOps workers #216

Open groupsky opened 10 years ago

groupsky commented 10 years ago

Currently MechOps are executed sequentially with only one operation per service executing at a given point of time. A feature to specify max number of simultaniously executing operations would be great. Currently this can be achieved per operation by separating operations in different services.

fluxtah commented 10 years ago

It might be nice to have some kind of parallel execution of operations but so far I have avoided this in my projects since it can always introduce race conditions in the wrong hands, however I can see it could be useful in some scenarios.