Handle UserVaraiable change at server side
Posted: 17 Jun 2009, 12:59
Hi,
I have built a virtual world using your platform.
http://www.ekoloko.com
We have around 200,000 registered users and over 2000 concurrent users at peak time.
First I'd like to thank you for your implementation and support.
I use user variables to keep the live data of the users.
Some vars like user position are changed at the client side and others by the server.
I want to limit the variables change by users only to the ones I allow to change and block others form client change.
I could not find an API allowing me to handle user variable change at server side before broadcast.
Of course I handle the server side using JAVA extension.
Your help is appreciated.
I have built a virtual world using your platform.
http://www.ekoloko.com
We have around 200,000 registered users and over 2000 concurrent users at peak time.
First I'd like to thank you for your implementation and support.
I use user variables to keep the live data of the users.
Some vars like user position are changed at the client side and others by the server.
I want to limit the variables change by users only to the ones I allow to change and block others form client change.
I could not find an API allowing me to handle user variable change at server side before broadcast.
Of course I handle the server side using JAVA extension.
Your help is appreciated.