On Mar 6, 12:58 pm, Kamil Gorlo <[email protected]> wrote: > On Thu, Mar 5, 2009 at 10:32 PM, Philip Jenvey <[email protected]> wrote: > > Though Jython and IronPython lack a GIL, they ensure the methods we > > expect to be thread safe on the core data structures are in fact > > thread safe, for compatibility with CPython. > > So, is there any place where can I read what is thread safe in > IronPython or Jython (what means: what should be done to be compatible > with CPython and what means: what can CPython guarantee in terms of > thread safety)?
My reading is that there is no guarantee and that you should use locks when you need to ensure thread safety. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
