Skip to main content
Known Participant
February 13, 2009
Answered

Question about Remote SharedObject caching

  • February 13, 2009
  • 1 reply
  • 314 views
If I have a connected Remote SharedObject, and I read a property/slot (e.g. so.data["myProp"]), would that data be read from a local cache (or RAM) or would the SO actually make a call to FMS?

I'm wondering if I can read SharedObject properties with impunity.
    This topic has been closed for replies.
    Correct answer
    It would read from the local data property. When SO props change, FMS dispatches an update message to connected users, and the users hold that data locally.

    1 reply

    Correct answer
    February 13, 2009
    It would read from the local data property. When SO props change, FMS dispatches an update message to connected users, and the users hold that data locally.