Re: [Openstack] eventlet weirdness

2012-03-05 Thread Kapil Thangavelu
Excerpts from Mark Washenberger's message of 2012-03-04 23:34:03 -0500: > While we are on the topic of api performance and the database, I have a > few thoughts I'd like to share. > > TL;DR: > - we should consider refactoring our wsgi server to leverage multiple > processors > - we could leverag

Re: [Openstack] eventlet weirdness

2012-03-02 Thread Kapil Thangavelu
Excerpts from Monsyne Dragon's message of 2012-03-02 16:10:01 -0500: > > On Mar 2, 2012, at 9:17 AM, Jay Pipes wrote: > > > On 03/02/2012 05:34 AM, Day, Phil wrote: > >> In our experience (running clusters of several hundred nodes) the DB > >> performance is not generally the significant factor,

Re: [Openstack] eventlet weirdness

2012-03-01 Thread Kapil Thangavelu
shouldn't have problems getting the results we want even with the blocking > mysql c drivers. > > Devin > > On Thursday, March 1, 2012 at 5:23 PM, Kapil Thangavelu wrote: > > > The standard python postgresql driver (psycopg2) does have an async mode. > >

Re: [Openstack] eventlet weirdness

2012-03-01 Thread Kapil Thangavelu
The standard python postgresql driver (psycopg2) does have an async mode. There are non db api compliant async mysql drivers for gevent. Excerpts from Vishvananda Ishaya's message of 2012-03-01 15:36:43 -0500: > Yes it does. We actually tried to use a pool at diablo release and it was > very b

Re: [Openstack] Contribute to the PyCon talk on OpenStack!

2011-02-14 Thread Kapil Thangavelu
On Mon, 14 Feb 2011 09:14:16 -0500, Ed Leafe wrote: As some of you know, I agreed to propose, prepare and give a talk at next month's US PyCon in Atlanta. I felt that it would be a missed opportunity to have one of the biggest and most significant open source project in Python not repres