Spring RestController 6 parallel execution? [duplicate]
问题 This question already has an answer here : spring boot app only accepts 6 requests why? (1 answer) Closed last month . I developing a SpringBoot-Application. During stress-testing the application shows some strange behaviour according parallel execution. AFAIK there should not be some parallel execution... To test this behaviour i created this RestController: @RestController public class TestController2 { private static int instancecount = 0; @PostConstruct public void con() { System.out