Can Tornado communicate with Cassandra, in Non-blocking asynchronous style?
Posted
by takaomag
on Stack Overflow
See other posts from Stack Overflow
or by takaomag
Published on 2010-03-17T01:25:07Z
Indexed on
2010/03/17
1:31 UTC
Read the original article
Hit count: 488
I'm working on a web project, which have to process so many client requests. So I am considering to use Cassandra and tornado. Tornado seems to have a build-in client(tornado.httpclient.AsyncHTTPClient), which can do http Non-Blocking request. But, Cassandra uses Thrift protocol. Using Thrift, Tornado seems to be blocked while quering to Cassandra.
Has anyone got expereince? Please suggest how should I do. Or, is there any add-on module for this purpose?
Thanks.
© Stack Overflow or respective owner