Re: [elephant-devel] Discussions

2008-05-17 Thread Ian Eslick
In this model, the Persistence Layer doesn't help you with ACID properties. This works if you assume that Domain Object Layer is the ONLY thing that can touch the database. From an organization point of view, the Manager is the central point of contact for a collection of objects (like accoun

Re: [elephant-devel] Discussions

2008-05-17 Thread Robert L. Read
On Fri, 2008-05-16 at 23:22 -0400, Ian Eslick wrote: > Robert said: > > > I'll go out on a limb and say that offering object-level caching is > > the single biggest performance enhancement we make for the most > common > > cases. > > A clarifying question. How did you ensure ACID properties

[elephant-devel] Discussions

2008-05-16 Thread Ian Eslick
Robert said: > I'll go out on a limb and say that offering object-level caching is > the single biggest performance enhancement we make for the most common > cases. A clarifying question. How did you ensure ACID properties in the DCM scenario in the presence of threading? Without letting