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.

Environment

None

Activity

Show:
Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created December 19, 2007 at 3:05 AM
Updated December 19, 2007 at 3:05 AM
Resolved December 19, 2007 at 3:05 AM