Elixir ecto application slowness under concurrent cowboy connections

Hello,

Is there a way I can configure cowboy to handle as many http connections as possible?

I seem to be having challenges with concurrent connections, and I do not know where to investigate the issue from.

My Elixir ecto application tends to run slow under high traffic, although the database is highly optimized.

Any suggestion would be most appreciated.

Thanks.

Jerry

1 Like