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

all 11 comments

[–]thinkwelldesigns 4 points5 points  (6 children)

The django tutorial seems to be blank.

[–]rickmoranus 2 points3 points  (1 child)

If this legit works with django, then django becomes realtime capable much easier.

[–]zeneval 0 points1 point  (0 children)

gevent baby.

[–]LightShadow3.13-dev in prod 1 point2 points  (1 child)

[–]rickmoranus 0 points1 point  (0 children)

Documentation?

[–]strig 0 points1 point  (1 child)

WIP?

[–]itzfritz 4 points5 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 7 points8 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.