Erlang R9-C2 and REDHAT 4 update 3
Serge Aleynikov
serge@REDACTED
Mon Apr 24 15:09:25 CEST 2006
When you start the emulator built with thread support you should see the
"[threads:N]" clause at startup:
$ erl +A255
Erlang (BEAM) emulator version 5.4.13 [source] [hipe] [threads:255]
Eshell V5.4.13 (abort with ^G)
1>
Also process list should show the matching (+1) number of entries:
$ pstree | grep beam
| |-sshd---sshd---bash---beam---256*[{beam}]
Serge
Primanathan Reddy [ MTN - Innovation Centre ] wrote:
> Hello
>
> Has anyone experienced problems with threads on Linux Redhat 4 update 3.
>
> I have ran ./configure&&make with threads enabled.
>
> OS: Rehat 4 update 3 (AS)
>
> Started Erlang with +A 255 to enable additional 255 threads.
>
> Any idea on howto check if the erl runtime is using the additional threads?
>
> Thanks in advance J
>
> Prima
More information about the erlang-questions
mailing list