Aayush Puri
Aayush Puri

Reputation: 1899

Erlang and Java interfacing

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

Answers (1)

Christian
Christian

Reputation: 9486

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

Upvotes: 1

Related Questions