<div dir="ltr">Robert, <div><br></div><div>I don't have the exactly numbers, but during the real testing of real deployments I saw the impact of polling resource, this is one of the reason why we have to add quite big sleep() during polling in Rally to reduce amount of GET requests and avoid DDoS of OpenStack..</div><div><br></div><div>In any case it doesn't seem like hard task to collect the numbers. </div><div><br></div><div>Best regards,</div><div>Boris Pavlovic </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 5, 2015 at 3:56 AM, Robert Collins <span dir="ltr"><<a href="mailto:robertc@robertcollins.net" target="_blank">robertc@robertcollins.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 5 November 2015 at 04:42, Sean Dague <<a href="mailto:sean@dague.net">sean@dague.net</a>> wrote:<br>
> On 11/04/2015 10:13 AM, John Garbutt wrote:<br>
<br>
</span><span class="">> I think longer term we probably need a dedicated event service in<br>
> OpenStack. A few of us actually had an informal conversation about this<br>
> during the Nova notifications session to figure out if there was a way<br>
> to optimize the Searchlight path. Nearly everyone wants websockets,<br>
> which is good. The problem is, that means you've got to anticipate<br>
> 10,000+ open websockets as soon as we expose this. Which means the stack<br>
> to deliver that sanely isn't just a bit of python code, it's also the<br>
> highly optimized server underneath.<br>
<br>
</span>So any decent epoll implementation should let us hit that without a<br>
super optimised server - eventlet being in that category. I totally<br>
get that we're going to expect thundering herds, but websockets isn't<br>
new and the stacks we have - apache, eventlet - have been around long<br>
enough to adjust to the rather different scaling pattern.<br>
<br>
So - lets not panic, get a proof of concept up somewhere and then run<br>
an actual baseline test. If thats shockingly bad *then* lets panic.<br>
<br>
-Rob<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Robert Collins <<a href="mailto:rbtcollins@hp.com">rbtcollins@hp.com</a>><br>
Distinguished Technologist<br>
HP Converged Cloud<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
__________________________________________________________________________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</div></div></blockquote></div><br></div>