>
Ulf Wiger wrote: > On Wed, 28 Jan 2004 22:09:56 -0500, Vance Shipley <> > wrote: > >> >> What can I safely do with ets? ...deleted > > There is no transaction support though, so if you have to read the > object before writing, ets will not protect you. the generally accepted solution to this problem is to have all access go through the same process. bengt