views:

148

answers:

1

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?

+1  A: 

There is no single general answer for this, there is only relevant benchmarks for you to implement.

Christian