d3scomp / JDEECo

JDEECo is a Java implementation of the DEECo component system
10 stars 12 forks source link

Nondeterministic behaviour due to hash function usage in task scheduling #147

Open mkit opened 9 years ago

mkit commented 9 years ago

When two processes are supposed to be executed at the same time first the 'order' attribute is checked and if it is the same then the hashes of objects are compared. This is the source of undeterminism.