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

wordpress - (T_ENDFOREACH) php error -

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

Using django-mptt to get only the categories that have items -