Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.3 KB

README.txt

File metadata and controls

56 lines (36 loc) · 1.3 KB

sidita

|Pypi License| |Pypi Python Version|

|Pypi Version|

Overview

What is sidita ?

Sidita is a Python module which implements a distributed task queue featuring an intermediate solution between the |multiprocessing module|_ and a task scheduler like |Celery|_.

The Sidita use case corresponds to the case where you need to run CPU bound tasks in parallel and you require an immunity to crashes, memory leaks and overruns. Theses requirements are met by a monitored subprocess implementation.

Where is the Documentation ?

The documentation is available on the |siditaHomePage|_.

What are the main features ?

How to install it ?

Look at the installation section in the documentation.

Credits

Authors: Fabrice Salvaire

News