We used ibrowse for a while as well. We didn't have the high CPU bug, but we did have a lot of failed requests for which there was no reason for them to fail. The keepalive connection pooling seems to have some bugs. We also just went and implemented a really simple http library, that always creates a new tcp connection and closes when it's done.<br>
<div><br></div><div><br></div><div>Sergej<br><br><div class="gmail_quote">On Sat, Feb 18, 2012 at 7:24 PM, Max Lapshin <span dir="ltr"><<a href="mailto:max.lapshin@gmail.com">max.lapshin@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Sat, Feb 18, 2012 at 9:06 PM, Tristan Sloughter<br>
<<a href="mailto:tristan.sloughter@gmail.com">tristan.sloughter@gmail.com</a>> wrote:<br>
> So you modified it here,<br>
> <a href="https://github.com/erlyvideo/erlyvideo/tree/master/apps/ibrowse" target="_blank">https://github.com/erlyvideo/erlyvideo/tree/master/apps/ibrowse</a> ?<br>
><br>
> Is there a reason these changes aren't added to the main ibrowse repo?<br>
><br>
<br>
</div>No, I speak about<br>
<a href="https://github.com/erlyvideo/erlyvideo/blob/master/apps/erlmedia/src/http_stream.erl" target="_blank">https://github.com/erlyvideo/erlyvideo/blob/master/apps/erlmedia/src/http_stream.erl</a><br>
<br>
this piece of code is a very, very limited subset of ibrowse. But it<br>
solves one very important for me problem: deliver large amount of<br>
video data in thousands of simultaneous streams.<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br></div>