Dandy Ling Kwong
Posts: 0
Joined: Sat Jan 10, 2015 9:06 am

API express opening 3 connections?

I am using API express to connect my mysql database which resides in AWS.

I noticed that whenever I launched an instance of my app, it creates 3 connections to my database.

The screenshot below shows the result when I use
codeshow full processlist/code
in mysql

Image

Can I know why API express opens 3 connections to the database? It helps to know as currently it makes my app 3 times more likely to hit max_connections limit in mysql (compared to only 1 connection)

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

API express opening 3 connections?

Hello Dandy,

It is standard API Express behavior which is related to productivity of the API Express.

Return to “Issues”