Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Thrift + Tornado + Async [closed]

Is there any way to asynchronously pass Thrift protocol through Tornado web server?

like image 854
DarkAnthey Avatar asked Apr 12 '11 13:04

DarkAnthey


1 Answers

twisted:         Generate Twisted-friendly RPC services.
tornado:         Generate code for use with Tornado.

The command is thrift -gen py:tornado -out ./ hello.thrift

like image 59
lifei Avatar answered Sep 27 '22 17:09

lifei