Skip to main content

Cellular IO

Project description

Cellular IO - A self-contained and self-managed IO loop

Maturity License Change Log Build Status Version

About

Cellular IO is an interface for IO loop style programming that bundles the IOloop lifecycle into the inner cell of a standard python data interface. If the cell is used like a generator then the ioloop is managed inside the generator during calls to __next__. If callbacks are used then the cell will block the current execution context until the sum of IO routines are complete.

An IOCell can consist of multiple levels of cascading IO routines. A first tier may do requests that add requests of a second tier to the workqueue. The cell coordinator keeps track of the different io tiers to ensure they are scheduled according to the strategy chosen by the user, be it latency, bandwidth, or just FIFO.

Installation

python3 ./setup.py build
python3 ./setup.py install

Compatibility

  • Python 3.5+

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cellulario-2.tar.gz (11.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page