Hi,

On Thu, 2005-06-09 at 09:16 +0200, Björn Harmen Gerth wrote:
> Hi,
> 
> I now have a rather theoretical question concerning
> prototypes and clusters.
> 
> > Add this before Geometry creation to turn off all
> > dlists:
> >     
> >     FieldContainerPtr pProto =
> > Geometry::getClassType().getPrototype();
> >     GeometryPtr pGeoProto =
> > GeometryPtr::dcast(pProto);
> >     if(pGeoProto != NullFC)
> >     {
> >         pGeoProto->setDlistCache(false);
> >     }
> 
> As I wrote in the thread "Static FieldContainers",
> prototypes don't get sync'ed in a cluster. Isn't that
> a problem when you set a property of the prototype as
> in the code above?

as of now yes, the planned (simple) workaround is marking
all fields of a newly created Fieldcontainer as changed,
forcing a transmission. 


regards,
  gerrit



-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r 
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to