Hello,
I’m new to Docker technology and I have a general question:
Let’s say I need to run 100 identical processes concurrently.
In addition, there is no need to ship the product to custumers, but running the simulation on my physical server only.
In which case the timing performance will be the best:
Running without using Docker at all (all the 100 processes together)
using 5 Docker containers, each has 20 processes running concurrently.
Thanks,
Nati