Reputation: 1899
I am particularly interested in knowing the performance implications of the Erlang component when doing this kind of interfacing.
After learning about Erlang I thought that it might be useful to code certain components of an application in Erlang where I need to use the high concurrency and throughput that it provides. Has any one tried/seen this kind of scenario before? What has been the experience so far?
Upvotes: 0
Views: 253
Reputation: 9486
There is no single general answer for this, there is only relevant benchmarks for you to implement.
Upvotes: 1