It's a hard question to answer, but I can give you some proxy data.<br><br>Until recently I was maintaining an Erlang application that was processing data requests in a laboratory - get the value of this sensor, start that process, etc.  Communication took place over HTTP and was mostly between the Erlang app and a CouchDB node which did not live on the same physical hardware.<div><br></div><div>When I "stress tested" the app with several hundred concurrent processes that were requesting data (and each transaction took several ms or more to process), the latency was flat compared to a single requestor running in as tight a loop as possible.  Granted, there was some resource competition in the app so some of those requests were running serially - BUT, processing many hundreds of requests per second was nowhere near enough load to cause any issues at all.</div><div><br></div><div>Not sure if that's any real help, but my two cents.</div><br><div class="gmail_quote">On Mon Jan 05 2015 at 10:14:38 AM xu xiut <<a href="mailto:xiut.xu@gmail.com">xiut.xu@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I am looking at using Erlang for an exchange. If I'm lucky, my transaction volume will be 100 - 150k day or about 4000 transactions/hour, about 1.5/sec At this rate, maybe Erlang wouldn't be necessary, however, would it be the case that Erlang provides better semantics surrounding failure compared to other languages and their ecosystems, and so, even then it would be a great tool choice?<div><br></div><div>Is Erlang ideal for scaling out such an exchange? I wonder what is the minimum number of trades a second that would be difficult for erlang to process. I realize it's difficult to answer given the trade execution path isn't described, but it's the first question that comes to mind when I started thinking about the language of choice.</div><div><br></div><div>Any thoughts or suggestions are welcomed, and thank you for letting me share this here!</div></div>
______________________________<u></u>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/<u></u>listinfo/erlang-questions</a><br>
</blockquote></div>