[erlang-questions] Millions of processes?

Ulf Wiger (TN/EAB) ulf.wiger@REDACTED
Wed Sep 24 11:38:36 CEST 2008


Alex Arnon skrev:
> 
> Also:
> 
> "... because it is, frankly, stupid to have large numbers of threads. "
> 
>  Dear oh dear.

...but let's all remember that there's a big difference between
erlang processes and POSIX threads. Threads share memory, so there's
no isolation at all. I'd hate to debug a misbehaving application
where hundreds of thousand threads all have unconstrained access to
all data.

BR,
Ulf W



More information about the erlang-questions mailing list