Documentation for pulsar 0.9.2. For development docs, go here.
This is a list of Frequently Asked Questions regarding pulsar.
Check the overview.
Check the pulsar advantage.
Check the actor design documentation.
Yes you can, in posix always, in windows only for python 3.2 or above. Check wsgi in multi process.
Yes it is, to the best of our knowledge. If you find an issue, please file a bug report.
It depends on the WSGI application serving the request. Blocking application
such as django or flask can be made more pulsar-friendly by using the
middleware_in_executor()
utility as explained in the
wsgi tutorial.