Skip to main content

Python framework for distributed and parallel computing.

Project description

dispy is a framework for parallel execution of computations by distributing them across multiple processors on a single machine, among many machines in a cluster, grid or cloud. The computations can be standalone programs or python functions. dispy is implemented with asynchronous sockets and coroutines (without threads) using polling mechanisms epoll, kqueue and poll, and Windows I/O Completion Ports (IOCP) for high performance and scalability.

Installation

Run:

pip install dispy

For now, this package installs files compatible with Python 2.7+, but not Python 3. For Python 3, download and install dispy3-3.15 package from Sourceforge.

Authors

  • Giridhar Pemmasani

License

Licensed under the terms of the MIT License.

Project details


Release history Release notifications | RSS feed

This version

3.15

Download files

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

Source Distribution

dispy-3.15.tar.gz (63.2 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