Skip to content

j2labs/dillinger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dillinger

Dillinger is a simple demonstration of how Tornado can use ZeroMQ.

The ZMQ stream integrates with Tornado using Tornado's IOStream which gives us nonblocking ZMQ sockets for Tornado. Sweet!

Setting It Up

We have to patch Tornado's ioloop to use the one provided by ZMQ. The provided surgery.py script will do that.

You can either download a clean copy of Tornado, which is a submodule of this repo, or you can setup a virtualenv.

Clean Copy

Tornado is a submodule of this repo. You can run the following command to get the source and then play with this project inside this directory.

$ git submodule update --init
$ env PYTHONPATH="." ./surgery.py

VirtualEnv

Just run surgery on it's own.

$ ./surgery.py

Trying It

If you used env PYTHONPATH="." above, please use it for both scripts mentioned below.

Once that's done, turn on zmqnado.py. This is the web front-end and is similar to how you'd write your own request handlers.

I provide a fake_worker.py as a very basic example of what a worker could look like.

About

Tornado + ZMQ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%