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
Post a Comment