On Mar 6, 12:58 pm, Kamil Gorlo <kgo...@gmail.com> wrote:
> On Thu, Mar 5, 2009 at 10:32 PM, Philip Jenvey <pjen...@underboss.org> 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 pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to