<div class="gmail_quote">On Thu, Jul 28, 2011 at 2:08 PM, Matthew Mondor <span dir="ltr"><<a href="mailto:mm_lists@pulsar-zone.net">mm_lists@pulsar-zone.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

I noticed that ECL hash tables are automatically thread-synchronized<br>
using a lock.  I was wondering if this was inspired from other<br>
implementations?  Or does ECL itself need this other than for package<br>
hash tables?<br>
</blockquote></div><br>I finally found some time to commit this. Hash tables, just like other objects (arrays, lists, structures) are no longer implicitly locked. It is the user's responsibility to ensure consistency of them all using locks, mutexes or whatever other means he wishes to.<div>

<br></div><div>Juanjo<br clear="all"><br>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>


</div>