in

.NET Opensource

Community for opensource projects by Christoph Rüegg

Thread safe

Last post 03-12-2009 19:24 by Christoph Rüegg. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 03-07-2009 20:08

    Thread safe

    Are all classes thread safe?

     Can all be used in multithreading programmin environments ?

     Thanks for your cooperation?

  • 03-12-2009 19:24 In reply to

    Re: Thread safe

    No, nothing in Iridium is thread-safe as is.

    Hence, if you intend to share and access some instance (e.g. a Matrix) from multiple threads at the same time, you have to synchronize/lock yourself, as usual (the same way you would do it with any other object from the .Net framework, nothing special here).

Page 1 of 1 (2 items)
Powered by Community Server (Non-Commercial Edition), by Telligent Systems