If I'm not mistaken, in the WebApp Chatroom tutorial the chat room is represented by the ChatShared code module.
If you want to create more than one chat room, it is obviously necessary that this is a class; should the instances of this class be stored in a thread safe map declared and initialized in the Main?
What "precautions" (mostly related to threads and CallSubDelayed) / modifications would be necessary?
Thank you
If you want to create more than one chat room, it is obviously necessary that this is a class; should the instances of this class be stored in a thread safe map declared and initialized in the Main?
What "precautions" (mostly related to threads and CallSubDelayed) / modifications would be necessary?
Thank you