[erlang-questions] Erlang microservice architecture ?
Fred Hebert
mononcqc@REDACTED
Sat May 16 20:12:43 CEST 2015
On 05/15, Thomas Elsgaard wrote:
>If you should recommend the architecture for an microservice
>implementatio with around 20 Erlang microservices implemented on
>separate servers, how would you implement it ?
>
I would implement 20 standalone OTP applications and put them onto the
same server, same VM. Move them out of the VM and to a different server
if/when the need arises.
Regards,
Fred.
More information about the erlang-questions
mailing list