Re: [Openstack] [nova][glance] making nova api more asynchronous

2012-06-08 Thread Brian Waldon
+2 … Synchronous calls out to a separate service (glance-api) which then makes a synchronous call to a different service (glance-registry) all within a service serving a synchronous call (nova-api) makes the world slow. On Jun 7, 2012, at 10:00 PM, Gabe Westmaas wrote: > Hey all, > > I was lo

Re: [Openstack] [nova][glance] making nova api more asynchronous

2012-06-08 Thread Gabe Westmaas
Behalf Of Gabe Westmaas >> Sent: 08 June 2012 06:01 >> To: openstack@lists.launchpad.net >> Subject: [Openstack] [nova][glance] making nova api more asynchronous >> >> Hey all, >> >> I was looking through some of the api calls, in particular crea

Re: [Openstack] [nova][glance] making nova api more asynchronous

2012-06-08 Thread Thomas, Duncan
> Sent: 08 June 2012 06:01 > To: openstack@lists.launchpad.net > Subject: [Openstack] [nova][glance] making nova api more asynchronous > > Hey all, > > I was looking through some of the api calls, in particular creating a > server on the openstack api. I'm not too excite

[Openstack] [nova][glance] making nova api more asynchronous

2012-06-07 Thread Gabe Westmaas
Hey all, I was looking through some of the api calls, in particular creating a server on the openstack api. I'm not too excited by how long it takes, and was wondering what people think about making it more asynchronous. Basically, wondering if making it so that the POST to the nova API doesn't a