<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Apr 4, 2014 at 11:18 AM, Donald Stufft <span dir="ltr"><<a href="mailto:donald@stufft.io" target="_blank">donald@stufft.io</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><br><div><div><div class="h5"><div>On Apr 4, 2014, at 10:56 AM, Chuck Thier <<a href="mailto:cthier@gmail.com" target="_blank">cthier@gmail.com</a>> wrote:</div>
<br></div></div><blockquote type="cite"><div><div class="h5"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Apr 4, 2014 at 9:44 AM, Donald Stufft <span dir="ltr"><<a href="mailto:donald@stufft.io" target="_blank">donald@stufft.io</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div>requests should work fine if you used the event let monkey patch the socket module prior to import requests.</div>

</div></blockquote></div><br></div><div class="gmail_extra">That's what I had hoped as well (and is what swift-bench did already), but it performs the same if I monkey patch or not.</div><div class="gmail_extra">
<br></div><div class="gmail_extra">--</div><div class="gmail_extra">Chuck</div></div></div></div><div class="">
_______________________________________________<br>OpenStack-dev mailing list<br><a href="mailto:OpenStack-dev@lists.openstack.org" target="_blank">OpenStack-dev@lists.openstack.org</a><br><a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</div></blockquote></div><div><br></div>Is it running inside of a eventlet.spawn thread?</div></blockquote><div><br></div><div>It looks like I missed something the first time, as I tried again and got a little different behavior.  monkey patching the socket helps, but is still far slower than it was before.</div>
<div><br></div><div>Currently, swift bench running with requests, does about 25 requests/second for PUTs and 50 requests/second for GETs.  The same test without requests does 50 requests/second for PUTs and 200 requests/second for GETs.</div>
<div><br></div><div>I'll try to keep digging to figure out why there is such a performance difference, but if anyone else has had experience tuning performance with requests, I would appreciate any input.</div><div><br>
</div><div>--</div><div>Chuck</div><div><br></div></div></div></div>