June 8, 2011
8:20 p.m.
On Wed, Jun 8, 2011 at 11:59 AM, Eliot Miranda <eliot.miranda@gmail.com>wrote:
Hi Mariano and Martin,
some feedback. The ClassPoolBindings cache in FLClassPoolAssociationMapper feels like a mistake to me. I would just compute this map at the start of serialization. It'll take hardly any time. Whereas there's lots of scope for this information, if cached, to become stale over time.
Find attached. If you're happy with this then before or after remember to evaluate SystemChangeNotifier uniqueInstance noMoreNotificationsFor: FLClassPoolAssociationMapper
and the same goes for FLGlobalMapper. Also remember SystemChangeNotifier uniqueInstance noMoreNotificationsFor: FLGlobalMapper
best Eliot