<div dir="ltr">All hash tables in ccl are thread-safe.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Dec 4, 2013 at 2:04 PM, Paul Krueger <span dir="ltr"><<a href="mailto:plkrueger@comcast.net" target="_blank">plkrueger@comcast.net</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I need the equivalent of a static weak key hash-table; i.e.  thread safe with weak key references. As near as I can tell I probably have to use a lock to control all accesses, but I'm wondering if even that is adequate. Will everything work correctly if I try to access and/or update the hash table from one thread while GC is occurring in another?<br>


<br>
Is there a better way to think about and implement this?<br>
_______________________________________________<br>
Openmcl-devel mailing list<br>
<a href="mailto:Openmcl-devel@clozure.com">Openmcl-devel@clozure.com</a><br>
<a href="http://clozure.com/mailman/listinfo/openmcl-devel" target="_blank">http://clozure.com/mailman/listinfo/openmcl-devel</a><br>
</blockquote></div><br></div>