Gists (6)
Recent gists
- 5251927, Async @authenticated using Motor by Jorge Puente Sarrín
- 3347585, Command line http proxy (for benchmarking) by Ionel Cristian Mărieș
- 3849257, Async creation of thumbnails with RQ 1 by Peter Bengtsson
- 978797, sending ioloop instance as an argument to callback function of a asynchronous web request 1 by Shivaraj01
- 489093, async process callout mixin 4 by phil plante
- 861193, A module for asynchronous PostgreSQL queries in Tornado. by felinx
Most loved gists
- 11 489093, async process callout mixin
- 5 907491, Email Mixin for Tornado
- 5 911930, template for nicer debugging of tornado exceptions
- 5 1231481, tornado echo server
- 5 2185380, Tornado Example: Delegating an blocking task to a worker thread pool from an asynchronous request handler
- 4 1078030, tornado_static
- 4 2064807, Tornado Dropbox oauth mixin
- 4 838422, decorates RequestHandlers and builds up a list of routables handlers
- 4 2185742, SqlAlchemy usage with tornado backend
- 4 3428652, Tornado Graceful Shutdown
Comments (45)
Recent comments
- This has nothing to do with Ctrl - C, this ... by Avi
- How is this better than a regular Ctrl-C? A dumb ... by Peter Bengtsson
- My BaseHandler ended up with this: @property def session(self): sessionid ... by toxster
- Couldn't understand how to set_secure_cookie by Gustavo Gawryszewski
- when do you set_secure_cookie ? by toxster
- There is actually a much easier way to deal with ... by Alex Dong
- Yeah! I have tried to show how easy is do ... by Jorge Puente Sarrín
- How is the performance of this script in relation to ... by Steve Peak
- <script src="https://gist.github.com/4465999.js"></script> by Tao Yang
- https://gist.github.com/4465999 by Tao Yang
- how to download this sample ? by keldy
- Thanks for this example. Is this code stil valid? I ... by B.
- That "result" argument is a little misleading. The actual value ... by Nick Coutsos
- This way I can be confident that the python process ... by Peter Bengtsson
- tornado_static.py is part of https://github.com/peterbe/tornado-utils by Peter Bengtsson
- I like this! However, I think it'd be more appropriate ... by Peter Bengtsson
- This looks really promising to something I need. Do you ... by Peter Bengtsson
- what's the difference? by cabinw
- Great little example on getting a TCPSocket going. I was ... by Mark Allen
- I'm having trouble getting this to work on Tornado v2.2 ... by Patrick O'Doherty
