
Motor, an asynchronous driver for MongoDB and Tornado.
Motor presents a Tornado callback-based API for non-blocking access to MongoDB.
http://emptysquare.net/motor/
Форум → Программирование → Python → Motor is A. Jesse Jiryu Davis's driver for Tornado and MongoDB
21 июля 2012 г. 20:30, спустя 10 минут 51 секунду
21 июля 2012 г. 20:33, спустя 3 минуты 9 секунд
Tornado is a popular asynchronous Python web server, and MongoDB a widely used non-relational database. Alas, to connect to MongoDB from a Tornado app requires a tradeoff: You can either use PyMongo and give up the advantages of an async web server, or use AsyncMongo, which is non-blocking but lacks key features.
Пожалуйста, авторизуйтесь, чтобы написать комментарий!