d2iq-archive / serenity

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

Support for running components (filters, observers) in parallel. #88

Open bwplotka opened 9 years ago

bwplotka commented 9 years ago

The initial idea was to make this pipeline flexible and fast. Let's try to introduce parallel way to run pipeline.

Proposed ideas:

  1. Libprocess based parallelism (each component is an actor - to much overhead?)
  2. Sys threads?
skonefal commented 8 years ago

We have this also in #92. Anyway, I think it's not a good idea to add parallelism to sequential computing. Can we close this?