[erlang-questions] How does Erland get maximum performance from a multi-core cpu?

Bob Ippolito bob@REDACTED
Wed Jun 13 06:50:54 CEST 2018


Threads allow a single process to utilize multiple cores. Erlang takes
advantage of them to run its schedulers.
On Tue, Jun 12, 2018 at 20:16 joe mcguckin <joe@REDACTED> wrote:

>
> If erlang is one large unix process with hundreds or thousands of it's own
> processes internally, how does Erlang make maximum use of a multi-core cpu?
>
> Wouldn’t Erlang be scheduled and run on a single core ?
>
> Thanks,
>
> joe
>
> Joe McGuckin
> ViaNet Communications
>
> joe@REDACTED
> 650-207-0372 cell
> 650-213-1302 office
> 650-969-2124 fax
>
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20180612/5a3bfcb3/attachment.htm>


More information about the erlang-questions mailing list