Hi,

We have java application setup as a dropwizard framework deployed on 6 
boxes with ELB managing routing of connection requests to these boxes.

WE are facing a latency issues where, ELB shows backend response times as 
high as 800 milliseconds where as the application took less than 10 
milliseconds to process the request.

We have found that the problem was not with ELB or network or backend 
database. Can someone please suggest what is going wrong with the requests.

Below is the dropwizard configuration for server

server:

  type: default

  maxQueuedRequests: 8192

  maxThreads: 2048

  adminContextPath: /admin

  applicationConnectors:

    - port: 8085

      type: http

      acceptQueueSize: 8192

  adminConnectors:

    - port: 8086

      type: http

  requestLog:

      timeZone: "Asia/Calcutta"

-- 
You received this message because you are subscribed to the Google Groups 
"dropwizard-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to