Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Show Posts

* | |

  Show Posts
Pages: [1]
1  Announcements and General Discussion / Architecture / Re: Proxy and Business Delegate call on: April 21, 2008, 06:33:31
:

var myToken:Object =  myHTTPService.send();
myToken.myOperation= "updateUser";


Isn't this non thread-safe? If the services answers very fast the "myOperation" variable may not have been set.
I know it maybe not very probable but should we use a theorically bad pattern?
Pages: [1]