Thread overview
A couple of questions involving multi-threading
Jun 18, 2003
Steve Adams
Jun 19, 2003
Walter
Jun 19, 2003
Steve Adams
June 18, 2003
Can D be used to create a DLL that is called by C programs?

Is Phobos thread-safe?  In particular, if D is used to create a DLL that is called by a multi-threaded application, will there be problems with the runtime library?

Thanks.


June 19, 2003
"Steve Adams" <adamss@ascinet.com> wrote in message news:bcpsno$l49$1@digitaldaemon.com...
> Can D be used to create a DLL that is called by C programs?

Yes.

> Is Phobos thread-safe?  In particular, if D is used to create a DLL that is called by a multi-threaded application, will there be problems with the runtime library?

It's thread-safe.


June 19, 2003
Great, thanks.


"Walter" <walter@digitalmars.com> wrote in message news:bcrl12$28gh$1@digitaldaemon.com...
>
> "Steve Adams" <adamss@ascinet.com> wrote in message news:bcpsno$l49$1@digitaldaemon.com...
> > Can D be used to create a DLL that is called by C programs?
>
> Yes.
>
> > Is Phobos thread-safe?  In particular, if D is used to create a DLL that is called by a multi-threaded application, will there be problems with the runtime library?
>
> It's thread-safe.
>
>