Good day All, I am evaluating the use of Docker to deploy a customized screen recording application based on Open Meetings (server component and client component). Without Docker, the server application was tested for the maximum number of concurrent recordings in a given hardware (CPU resource). Questions: - If Docker is used for deployment in the same exact hardware and several instances are run. Will it improve the performance of the CPU resources with more concurrent recordings in the same hardware, or most likely the opposite will occur due to the overhead of having another tool? - Will each instance running via Docker require a different serverId?
Thanks in advance for any ideas or advice on this. Regards, Sonia
