Server threads vs JVM threads
Let’s take a java web service. Now, we hit an endpoint from a client the request is received by a server(tomcat) thread. And then this server thread handovers the request execution part to JVM thread?
Let’s take a java web service. Now, we hit an endpoint from a client the request is received by a server(tomcat) thread. And then this server thread handovers the request execution part to JVM thread?