<div dir="ltr">Test results:<div>1. core usage goes up to 100% when there are 10 concurrent connections, the usage might drop to normal level (about 1% or 2%) after few minutes passed. (sometimes it doesn't drop at all)<br>

</div><div>2. core usage goes up to 100% when there are 11 concurrent connections, the usage keeps 100% at all time.</div><div>3. according to procdump, the core usage is mostly consumed by method BasicTaskScheduler::SingleStep.</div>

</div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/7/12 Ross Finlayson <span dir="ltr"><<a href="mailto:finlayson@live555.com" target="_blank">finlayson@live555.com</a>></span><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 class="im"><div><blockquote type="cite"><div lang="EN-US" link="blue" vlink="purple" style="font-family:Helvetica;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">

<div><div><div><div style="margin:0in 0in 0.0001pt;font-size:12pt;font-family:'Times New Roman',serif">I do modify the macro FD_SETSIZE=1024, but the situation is still the same.</div></div></div></div></div></blockquote>

<div><br></div></div></div>Once again, does your problem occur *only* when you have a large number of concurrent client connections (e.g., 32 or more), and *not* when you have a small number of connections (e.g., 5)?  If so, then the problem is almost certainly caused by you running into an OS-imposed limit on the number of open files (sockets) that can be used by a single process.  I *thought* that changing "FD_SETSIZE" is the way to increase this limit in WIndows, but I'm not a Windows expert, so I could be wrong about the solution.<div class="im">

<br><br><div>
<span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px"><span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px">Ross Finlayson<br>

Live Networks, Inc.<br><a href="http://www.live555.com/" target="_blank">http://www.live555.com/</a></span></span>
</div>
<br></div></div><br>_______________________________________________<br>
live-devel mailing list<br>
<a href="mailto:live-devel@lists.live555.com">live-devel@lists.live555.com</a><br>
<a href="http://lists.live555.com/mailman/listinfo/live-devel" target="_blank">http://lists.live555.com/mailman/listinfo/live-devel</a><br>
<br></blockquote></div><br></div>