> Now, let me ask two questions.
> - Will the current thread support development allow embedding Julia into
> multiple threads (even if it is as multiple instances)?
>

No.


> - What are my options **today**, if any, to somehow overcome this
> limitation?
>

You can only call julia runtime/code from a single thread and this is
unlikely to change until we have non-experimental threading support. How
you serialize calls to julia code or whether that's feasible is strongly
application dependent.


>
> Thanks.
>

Reply via email to