Hi all,

I have a HashTable dawned by a thread T1, another thread T2 take this HashTable and give it to the working memory as assertion.

what happens if T2 and JRools try to access to the HashTable?
Can I consider the working memory as a thread and use a method synchronization to solve the concurrent access problem?

Thanks
Raffo