Torsten Anders writes: > On 24.05.2006, at 20:04, Himanshu Neema wrote > > Let me know if it can be still improved/corrected. > > You may consider making the OrderedDictionary thread-save using a lock. >
It should be possible to avoid using locks, e.g. my version used Dictionary.condExchange to make the put routine thread-safe. k _________________________________________________________________________________ mozart-users mailing list [email protected] http://www.mozart-oz.org/mailman/listinfo/mozart-users
