I have created a simple spring application that will do login process. It will have multiple hits simultaneously if number of logins are high at a same time. I have a doubt in thread allocation process. Need to know how threads are allocated to a spring application and what is the maximum number of threads that will be allocated.
Any help will be appreciated.