Apache Tomcat Application Sefrver handles the Threading or not
Can any 开发者_如何学Goone tell me whether apache tomcat application server itself manages the threading or we have to externally do that as i am not using any J2EE framework
Not sure what you mean.
Does Tomcat manage a pool of worker threads to handle incoming requests? Yes, absolutely, and you can configure the size of the pool.
If this is not what you are asking, please be more specific.
精彩评论