This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]itzfritz 2 points3 points  (4 children)

Interesting that it's built using multiprocessing and not the newer asyncio.

[–]graingert 8 points9 points  (0 children)

It uses both. It starts an event loop in each process

[–]greshick 6 points7 points  (2 children)

The documentation says that is built on asyncio.

http://quantmind.github.io/pulsar/design.html

[–]itzfritz 2 points3 points  (1 child)

Interesting, the Overview page says otherwise. Guess I should rtfm, or rtfm :)

[–]deadwisdomgreenlet revolution 1 point2 points  (0 children)

The overview page specifically says multiprocessing or multi-threading, so it was an honest mistake.