Possible Duplicate:
How, if at all, do Erlang Processes map to Kernel Threads?
I know that erlang is green threaded (not OS threads, more lightweight) but I wanted to know what it does with OS threads.. does it have only one, or maybe 1 per cpu?
Possible Duplicate:
How, if at all, do Erlang Processes map to Kernel Threads?
I know that erlang is green threaded (not OS threads, more lightweight) but I wanted to know what it does with OS threads.. does it have only one, or maybe 1 per cpu?