Glassfish Thread Pool, Acceptor Threads, HTTP Max Connections
Please see the attached images, Please help me to understand the relationship between thread pool(max and min thread pool size), acceptor threads and its max connection count and HTTP max connection count. Thread Pool : HTTP: Transport TCP: First I'll give you some official documentation Thread Pool The thread pool is the max number of simultaneous requests the server can handle. The server has a queue of connections awaiting to be processed by a thread. Keep in mind that a thread will be a long the request life. That is, not only when reading HTTP request from socket, or when writing HTTP