I\'m new to Spring MVC and I didn\'t find anything about this in doc.
Let\'s say I have a controller /accounts which accepts POST requests to create an account.
Two requests
Most servlets start a separate thread for each incoming request and Spring isnt an exception to that. You need to make sure that the shared beans are thread safe. Otherwise Spring takes care of the rest.