[Schevo-devel] Scalability
Matthew Scott
mscott at goldenspud.com
Wed Dec 7 16:20:48 EST 2005
Extents themselves don't take up much room in memory and are quick to load.
There's one per entity class definition in the schema. Entities are
created on the fly when requested from extents, and nothing in Schevo
holds onto those entity instances, except for byproducts of them like
Transactions. Once they are out of scope, they are candidates for GC,
yes.
On 12/7/05, Tom Locke <tom at livelogix.com> wrote:
>
> >At first, a Database instance only retrieves information needed to
> >initialize Extent instances.
> >
> >
> And I assume nothing inside schevo holds strong references to those
> instances, so when my application code is finished with them they can be
> GCed?
>
> Tom.
> _______________________________________________
> Schevo-devel mailing list
> Schevo-devel at lists.orbtech.com
> http://lists.orbtech.com/mailman/listinfo/schevo-devel
>
--
Matthew R. Scott
More information about the Schevo-devel
mailing list