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
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
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