BreakingBytes / simkit

Model Simulation Framework
http://breakingbytes.github.io/simkit/
BSD 3-Clause "New" or "Revised" License
27 stars 16 forks source link

investigate asynchronous and concurrent processes for carousel simulations and formulas #21

Open mikofski opened 8 years ago

mikofski commented 8 years ago

This is actually several ideas combined together:

  1. allow carousel to start simulations asynchronously so that they don't block while they are running.
  2. allow carousel to optimize calculations that can run concurrently

Some links to relevant packages

mikofski commented 8 years ago

multiprocessing module has tcp sockets!