Set a max number of http worker threads to improve throughput
Description
Http-binding is using a Thread Pool that will keep creating new threads based on the load. When too many threads (e.g. > 300) where created then the JVM will start to slow down and it may even produce some clustering problems since the heartbeat thread takes too long to respond.
Http-binding is using a Thread Pool that will keep creating new threads based on the load. When too many threads (e.g. > 300) where created then the JVM will start to slow down and it may even produce some clustering problems since the heartbeat thread takes too long to respond.