multiscale-cosim / EBRAINS-cosim

EBRAINS-cosim
Other
5 stars 0 forks source link

Investigating Python concurrent tasks execution alternatives #41

Closed ringleschavez closed 3 years ago

ringleschavez commented 3 years ago
Aspect Detail
Summary Checking the alternatives provide by Python to start a new task
Task Area Investigation
Assignee ringleschavez
Information r.ingles.chavez@gmail.com
Prerequisites
Dependencies

Summary

Reviewing some books where Python multi-processing approaches are described, focusing on the pros and cons inherent to them when are used for I/O-Bound processing and CPU-Bound processing.

Tasks

Requirements

Checking the approaches provided by Python related to launching processing tasks.

Acceptance criteria

Definition of which approach is a better choice for the identified use cases where multiple processes, threads or co-routines are launched.

ringleschavez commented 3 years ago

Selected bibliography:

ringleschavez commented 3 years ago

Additional Bibliography (to be checked):

w-klijn commented 3 years ago

Investigation has been done