slang-users mailing list

[2006 Date Index] [2006 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [slang-users] S-Lang Thread-Safe?


Marius M. M. <0x0090@xxxxxxxxx> wrote:
>I would like to know if the S-Lang library (currently using 1.4.9) is
>thread-safe or not? Example: Is it possible to let a Keyboard-Input and
>a Drawing thread run separated from the program-main() that called the
>S-Lang init functions without getting abstruse errors or misbehaviours?
>Thanks,

The interpreter is reentrant, but not thread safe.  The SLang_init
functions should be called once.

--John

_______________________________________________
To unsubscribe, visit http://jedsoft.org/slang/mailinglists.html


[2006 date index] [2006 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]