Subject | Re: destroyDbHandle() |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-07-11T19:09:42Z |
Hi,
Roman
> Under a multithreaded environment, if this method is called by oneYes, this might happen. I will add appropriate synchronization.
> thread and then concurrently, another method tries to do xidMap.put
> (xid,tr) , say from getCurrentIscTrHandle(...,...) , that j.remove()
> could possibly throw ConcurrentModificationException. Correct me if
> i'm wrong.
Roman