Hi I have just a couple of questions regarding our game development and hope you can help.
We have a QuizUp like game extended from your sample running on AppWarpS2 server and now we want to connect to our MongoDB service (which holds the questions) running on same space that we setup in Service Manager.
My questions are:
1) Would it be best to setup connection to database in server main?
2) Is it then best to pull the questions from MongoDB in QuizRoomAdapter constructor before game starts?
3)I am assuming that them multiple rooms will be setup for each game and that each room will have its own connection to the database that will pull questions from it before it plays, wiith this setup how many (approx) concurrent games could my extended sample handle in this configuration or is there a better way to do this?
Hope you can advise here!
Many thnaks