Question about RunLocal()

Question about RunLocal()

Old forum URL: forums.lhotka.net/forums/t/12615.aspx


bgilbert posted on Thursday, May 08, 2014

Can someone tell me if RunLocal has any effect on serialization through the DataPortal methods? Although everything we do is run locally, we have typically not marked everything with RunLocal. However, one of my classes is generating OutOfMemory exceptions and I'm pretty sure it's the result of serialization of slightly larger object graphs, 200-300 objects, no blobs. (And yes, I've confirmed that I don't have any recursive references.)

JonnyBee replied on Thursday, May 08, 2014

RunLocal does not affect how the objects is serialized. Only how the call is directed to the LocalPortal. 

bgilbert replied on Thursday, May 08, 2014

Thanks.

Copyright (c) Marimer LLC