d2iq-archive / serenity

Intel:Mesosphere oversubscription technologies for Apache Mesos
Other
69 stars 21 forks source link

Introduce async components (Producers/Consuments) using the Libprocess. #92

Open bwplotka opened 9 years ago

bwplotka commented 9 years ago

Using libprocess we could improve our components and consider them as seperate actor. As a result each component can work in parallel.

bwplotka commented 9 years ago

TODO: Create design doc for that

skonefal commented 8 years ago

It's rather not a good idea to add parallelism to sequential computing. Can we close this?