You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@avro.apache.org by Rich Schumacher <ri...@gmail.com> on 2012/03/22 02:29:15 UTC

Avro on Tornado's IOLoop (Python)

For the last week or so I've been hacking on implementing an Avro RPC
server on top of the Tornado IOLoop. It's pretty barebones right now and
hasn't been tested very thoroughly, so user beware. It comes with a
single-threaded server and a server that uses a thread pool to execute the
responder requests. I figured I'd throw it out there in case anyone is
interested.

Source here:
https://github.com/richid/tornavro