Skip to main content
November 27, 2012
Answered

synchronization issues about FMS server side language!

  • November 27, 2012
  • 1 reply
  • 832 views

My FMS applicaiton(FMS4.5) use a Array on the main.asc ,

anyone who connect to the server will change(remove/add) item of the Array,

i'm worry about that if there is a synchronization issues with that?

Is there any class i can use to lock/unlock the Array when i  modify the Array?

THX!

This topic has been closed for replies.
Correct answer

You can have synchronization issues. For using lock/unlock, you can use server side Shared Objects. For more details about Shared Object, check the below link:

http://help.adobe.com/en_US/adobemediaserver/ssaslr/WS5b3ccc516d4fbf351e63e3d11a11afc95e-7e63SSASLR.2.3.html

1 reply

Correct answer
November 28, 2012

You can have synchronization issues. For using lock/unlock, you can use server side Shared Objects. For more details about Shared Object, check the below link:

http://help.adobe.com/en_US/adobemediaserver/ssaslr/WS5b3ccc516d4fbf351e63e3d11a11afc95e-7e63SSASLR.2.3.html

November 28, 2012

Thanks for reply .

I know SharedObject can lock/unlock itself  .It's that the only way to sync the Array class?? Because I don't want to use SharedObject...

November 28, 2012

In server side action script, synchronization can only be achieved using Shared Object.