Using Threads

Sean Hinde Sean.Hinde@REDACTED
Thu Jun 7 14:11:43 CEST 2001


Vance,

> Now the next question I have is why I can't get threads at all on
> any system other than Windows.  Solaris is supposed to be supported
> but mine doesn't seam to work:
> 
> $ erl +A10
> Erlang (BEAM) emulator version 5.0.1.1 [source]
> 
> Eshell V5.0.1.1  (abort with ^G)
> 1> erlang:system_info(thread_pool_size).
> 0


This works as below for the commercial Solaris version on my machine:

erl +A10
Erlang (BEAM) emulator version 5.0.2.2 [threads]

Eshell V5.0.2.2 (abort with ^G)
1> erlang:system_info(thread_pool_size).
10

The version I compiled from open source gives the same response as you got.

I wonder if the little [threads] logo might give a clue ??

Rgds,
Sean



NOTICE AND DISCLAIMER:
This email (including attachments) is confidential.  If you have received
this email in error please notify the sender immediately and delete this
email from your system without copying or disseminating it or placing any
reliance upon its contents.  We cannot accept liability for any breaches of
confidence arising through use of email.  Any opinions expressed in this
email (including attachments) are those of the author and do not necessarily
reflect our opinions.  We will not accept responsibility for any commitments
made by our employees outside the scope of our business.  We do not warrant
the accuracy or completeness of such information.




More information about the erlang-questions mailing list