Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Supporting Technologies > Flash Media Server

Reply
 
Thread Tools Rate Thread Display Modes
Old 10-01-2003, 05:55 PM   #1
zerooito
Registered User
 
zerooito's Avatar
 
Join Date: Nov 2002
Location: BRASIL
Posts: 126
Send a message via ICQ to zerooito
Default lock and unlock commands

Hi!...

I´m wondering about possible conflicts between clients
accessing my application in the "same time".

the matter is that in my onConnect function (server side)
I have some assignments like that:

names[names.length] = user_name;
array1[array1.length] = user_var1;
array2[array2.length] = user_var2;
array3[array3.length] = user_var3;
array4[array4.length] = user_var4;

imagine that I all those lists (arrays) with their
indexes associated to the first one (names).

for example:
names[4] array1[4] array2[4] array3[4] and array4[4]
are all associated to the same user.

well... can you imagine what would happen if two users
login my application at the "same time"??

I would expect some conflits...
but the lock and unlock commands are
for sharedObjects only and now I´m a bit confused...

how to solve that?

thanx in advance!

Zerooito
zerooito is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:55 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.