Global Field Client Behavior

I have not yet tested funtionality with multiple clients accessing records at the same time.

I was wondering how servoy processes clients requests.

If I have a global field(AccountNameSearch) to search for an account listing, and multiple users are searching for accounts, this global value is continuiously changing. Does servoy process the requests in a particular order, or if not designed properly this could result in some sort of conflict.

Thanks,
Erich

(Global) variables (and Calculations) are client specific, so each client can have a different value for them. They do not affect eachother.

Paul