This site requires JavaScript, please enable it in your browser!
Greenfoot back
murphys
murphys wrote ...

2012/11/1

What is the maximum number of simultaneous users that can access an account?

murphys murphys

2012/11/1

#
I have created a simulation that ends with a 'winner' that I want to record using the UserInfo() class. Ideally multiple users would run the simulation so that the a larger number of results can be collected. However, it seems that the integers that can be stored on the server are saved for individual users only. I propose to create a dummy account that users will be invited to log on to so that they can contribute to the overall result. My question is how many users can log on to this dummy account simultaneously? Many thanks in advance.
danpost danpost

2012/11/2

#
A dummy account is not really neccessary. Each user can have his own contribution, and have their part stored in their UserInfo data. You can combine them programatically within the scenario.
You need to login to post a reply.