[openstack-dev] Keystone handling http requests synchronously

Kanade, Rohan Rohan.Kanade at nttdata.com
Thu Mar 21 11:45:52 UTC 2013


Hi,

I was trying to create 200 users using the keystone client. All the users are unique and are created on separate threads which are started at the same time.

keystone is handling each request synchronously , i.e. user 1 is created, then user 2 is created ...

Shouldnt  keystone be running  a greenthread for each request and try to create these users asynchronously?
like start creating user 1 , while handling that request, start creating user 2 or user n...

I have attached the keystone service logs for further assistance.
http://paste.openstack.org/show/34216/

______________________________________________________________________
Disclaimer:This email and any attachments are sent in strictest confidence for the sole use of the addressee and may contain legally privileged, confidential, and proprietary data.  If you are not the intended recipient, please advise the sender by replying promptly to this email and then delete and destroy this email and any attachments without any further use, copying or forwarding
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20130321/041039bf/attachment.html>


More information about the OpenStack-dev mailing list