Can multiple tomcat, on a single server be configured with nginx load balancer to increase the concurrency of the website?

at present, I have a website with both static and dynamic interfaces. I wonder if I can build a tomcat cluster on a server and then use nginx to configure load balancers. Can I increase the number of concurrency of this website?
Server environment: general ubuntu, configuration, 4G memory, 1T hard disk, low bandwidth.
if concurrency can be increased, why can it be increased?
if you can"t increase concurrency, why not? The details of the principle are not clear.


cannot in most cases. No one can explain the principle clearly. This is the result of the test.


the fundamental reason for determining concurrency is database access. Secondly, the amount of concurrency that a server can carry is not determined by software, but depends on hardware performance

.
Menu