Documentation for pulsar 0.5.1. For development docs, go here.

Pulsar

A concurrent framework for Python. Concurrent here stands for asynchronous and parallel execution. Tested in Windows and Linux, it requires python 2.6 up to python 3.3 in a single code base.

Application Framework

Pulsar application framework is built on top of pulsar concurrent framework. It is designed to facilitate the development of both server-side applications such as web servers, task queues as well as asynchronous clients. To write a new server-side application, you subclass pulsar.apps.Application or any of the shipped applications listed below, and implement some of the callbacks available.

Currently, pulsar is shipped with the following applications which can be found in the pulsar.apps module:

Indices and tables

Pulsar

Pulsar is a concurrent framework library for the python programming language. It can be used to handle asynchronous applications such as HTTP servers, RPC servers, task queues and much more.

Useful Links

This Page