There is asyncmongo!
http://pypi.python.org/pypi/asyncmongo/0.1.3
Although I have never tried it. It has support for async I/O for mongodb
and tornadoweb. Here is a bit old article about it:
http://www.dunnington.net/entry/asynchronous-mongodb-in-tornado-with-asyncmongo
I have a related ques
> We are thinking about building a webservice server and considering
> python event-driven servers i.e. Gevent/Tornado/ Twisted or some
> combination thereof etc.
>
> We are having doubts about the db io part. Even with connection
> pooling and cache, there is a strong chance that server will blo
On Apr 3, 6:13 pm, looking for wrote:
> Hi
>
> We are thinking about building a webservice server and considering
> python event-driven servers i.e. Gevent/Tornado/ Twisted or some
> combination thereof etc.
>
> We are having doubts about the db io part. Even with connection
> pooling and cache, t
On Apr 3, 3:13 pm, looking for wrote:
> Hi
>
> We are thinking about building a webservice server and considering
> python event-driven servers i.e. Gevent/Tornado/ Twisted or some
> combination thereof etc.
>
> We are having doubts about the db io part. Even with connection
> pooling and cache, t
On Tuesday, 3 April 2012 23:13:24 UTC+1, looking for wrote:
> Hi
>
> We are thinking about building a webservice server and considering
> python event-driven servers i.e. Gevent/Tornado/ Twisted or some
> combination thereof etc.
>
> We are having doubts about the db io part. Even with connectio
Hi
We are thinking about building a webservice server and considering
python event-driven servers i.e. Gevent/Tornado/ Twisted or some
combination thereof etc.
We are having doubts about the db io part. Even with connection
pooling and cache, there is a strong chance that server will block on
db.