Skip to main content

An MPI based Actor framework

Project description

XActor: A Distributed Actor Programming Framework for Python

XActor implements a simple classical actor framework in Python.

XActor currently doesn't implement classical actor model's exception handling, where execptions in the child actors are passed to parent actors.

Actors in XActor can communicate with each other by sending messages. XActor uses the communicating event loop version of the Actor model. Which means that all actors running in a single process share the inbox/message queue.

Within XActor Framework any class can be an Actor. However, the class' constructor arguments must be pickleable. If the class implementing the actor is pickleable then moving actors from one process to another is allowed.

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

xactor-0.1.0.tar.gz (8.7 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