Gists (4)
Recent gists
- 5286628, Tornado, auto reloading/parsing options when config file is modified. by Jorge Puente Sarrín
- 2185380, Tornado Example: Delegating an blocking task to a worker thread pool from an asynchronous request handler 5 by Max Shabalihin
- 3428652, Tornado Graceful Shutdown by felinx
- 978797, sending ioloop instance as an argument to callback function of a asynchronous web request 1 by Shivaraj01
Most loved gists
- 14 489093, async process callout mixin
- 12 4643396, graceful shutdown tornado web server
- 8 2185380, Tornado Example: Delegating an blocking task to a worker thread pool from an asynchronous request handler
- 6 911930, template for nicer debugging of tornado exceptions
- 6 1231481, tornado echo server
- 6 3849257, Async creation of thumbnails with RQ
- 5 907491, Email Mixin for Tornado
- 5 938824, An example of a python-oauth2 provider
- 5 2064807, Tornado Dropbox oauth mixin
- 5 3428652, Tornado Graceful Shutdown
Comments (56)
Recent comments
- Thanks! I've been looking for the solution everywhere and this ... by mulog1990
- Have you deployed this setup in real production environment and ... by Narayanaperumal
- two requests: 1. Please tell us how to get the ... by Ranade
- How to use this code in a HTTP GET response ... by Ruoyan Wong
- Hello, like this " log_dict['user'] = g.current_user ". The Tornado ... by yunlzheng
- Nope... just use Motor instead of PyMongo in your Tornado ... by David Stainton
- This is clever & works nicely but I did some ... by julzhk
- I believe you want add_callback_from_signal-- a signal handler is the ... by phblj
- better to add timeout. by darkdarkfruit
- https://gist.github.com/phuslu/1231481 here by askender
- This is my code in BaseHandler. @property def session(self): sessionid ... by doodoori2
- 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