quchen / amoeba

Amœba is a distributed network.
Other
18 stars 1 forks source link

Individualize tickrates #49

Open quchen opened 10 years ago

quchen commented 10 years ago

The current implementation with its short/medium/long tickrates was chosen initially so the code could grow easier, not requiring a new config parser field for every new loop that ticks. As functionality becomes more stable, it would be nice to have each loop get its own tickrate, making the configuration much more transparent, and also more configurable for testing.