In the coming weeks i will try and use it in one of the apps i am building on tornado.
Kudos to Greplin.
Just one question. I see Tornado related repos in Greplin Github account. Are you using it in one of your Tornado apps ? In that case any gotchas regarding blocking ?
We do use it in Tornado apps. We haven't seen any blocking issues so far as the time to write the tiny file is pretty small plus this happens on a small percentage of requests. It'd probably be worth looking in to an asynchronous model at some point though.
So does getexceptional.com (from the RoR world). I ended up writing an adapter for pylons (pylons-exceptional) because an API for this kind of stuff means one less thing to deploy and worry about.
7 comments
[ 1.6 ms ] story [ 26.4 ms ] threadIn the coming weeks i will try and use it in one of the apps i am building on tornado.
Kudos to Greplin.
Just one question. I see Tornado related repos in Greplin Github account. Are you using it in one of your Tornado apps ? In that case any gotchas regarding blocking ?