java - Servlet using a library which creates a threadpool. Where does this library get it's threads from? -


i have webapp uses jar. jar creates threadpool. whenever request comes in servlet call method defined in jar. method uses 1 thread threadpool maintained jar doing it's work.

the threadpool jar uses gets it's threads where? borrowing threads servlet conainters threadpool?


Comments

Popular posts from this blog

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

wordpress - (T_ENDFOREACH) php error -

delphi - cxGrid : instead of "go to next cell on enter" using "enter" do that with the arrow keys -