Skip to main content
Participant
November 23, 2011
Question

How to flush SharedObject in a separate thread?

  • November 23, 2011
  • 1 reply
  • 730 views

How to flush SharedObject in a separate thread? FMS is blocking the program during write, and to save more than 2,000SharedObject takes about 15 seconds. : (

    This topic has been closed for replies.

    1 reply

    Graeme Bull
    Community Expert
    Community Expert
    November 23, 2011

    That's a lot of data for a shared object. No other way to do it? Like a database?

    There is no other way to do it in the app other than to do it in chunks so that other processes can go through. I have no idea what kind of use case you have there so can't make suggestions beyond that.

    Inspiring
    November 26, 2011

    are you using arrays inside the shared object to store the data ???