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.4+

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-1.tar.gz (6.4 kB view details)

Uploaded Source

File details

Details for the file cellulario-1.tar.gz.

File metadata

  • Download URL: cellulario-1.tar.gz
  • Upload date:
  • Size: 6.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for cellulario-1.tar.gz
Algorithm Hash digest
SHA256 e68d5cc8f9212733853ccc7dcb14326878a76d56ca2785c3a5bc1429f0de16f3
MD5 a5f9e32e260560dc5de2ab7172115da0
BLAKE2b-256 a9c6681dbe0f88b7cf48a276ecaa0a51416713f74627a39b667025162ad7a530

See more details on using hashes here.

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