Re: [openstack-dev] [magnetodb] Using gevent in MagnetoDB. OpenStack standards and approaches

2014-03-21 Thread Dmitriy Ukhlov
Doug and Ryan, Thank you for your opinion! It is very important for us to gather experience as more as we can for passing OpenStack incubation painlessly. Also I would be glad to see you and everyone who is interested in MagnetoDB project on MagnetoDB design session "MagnetoDB, key-value storage.

Re: [openstack-dev] [magnetodb] Using gevent in MagnetoDB. OpenStack standards and approaches

2014-03-19 Thread Doug Hellmann
On Tue, Mar 18, 2014 at 2:51 PM, Dmitriy Ukhlov wrote: > Hello openstackers, > > We are working on MagnetoDB project and trying our best to follow > OpenStack standards. > > So, MagnetoDB is aimed to be high performance scalable OpenStack based > WSGI application which provide interface to high

Re: [openstack-dev] [magnetodb] Using gevent in MagnetoDB. OpenStack standards and approaches

2014-03-19 Thread Ryan Petrello
Dmitriy, Gunicorn + gevent + pecan play nicely together, and they’re a combination I’ve used to good success in the past. Pecan even comes with some helpers for integrating with gunicorn: $ gunicorn_pecan pecan_config.py -k gevent -w4 http://pecan.readthedocs.org/en/latest/deployment.html?high

[openstack-dev] [magnetodb] Using gevent in MagnetoDB. OpenStack standards and approaches

2014-03-18 Thread Dmitriy Ukhlov
Hello openstackers, We are working on MagnetoDB project and trying our best to follow OpenStack standards. So, MagnetoDB is aimed to be high performance scalable OpenStack based WSGI application which provide interface to high available distributed reliable key-value storage. We investigate