Closed
Description
Currently the dropwizard performance for the simpler testcases (plaintext and json) is almost flat. That suggests that there is some serious restriction somewhere. The other jetty tests suggest that there should be better performance. Good place to start seems to be the default dropwizard config about the max request to queue before blocking the acceptor threads.
maxQueuedRequests 1024 The maximum number of requests to queue before blocking the acceptors.
http://www.dropwizard.io/1.1.0/docs/manual/configuration.html#all
Metadata
Metadata
Assignees
Labels
No labels