apollo mcowiti
Posts: 0
Joined: Sat Apr 18, 2015 2:21 am

How many concurrent connections are possible for a server code script?

Thinking about performance issues. How many concurrent connections can a server code script support? What does it depend upon?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

How many concurrent connections are possible for a server code script?

Hello -

It depends what plan you have, details about emConcurrent Scripts/em you can find on our page in the section below: https://appery.io/pricing

BananaGator
Posts: 0
Joined: Tue Jun 30, 2015 2:53 am

How many concurrent connections are possible for a server code script?

I believe you are still limited to the burst rate for your plan. So if the burst rate is 5 calls per second, you can have up to 5 calls running at the same time. If you reach the limit in the scripts, this could lock up connections for others that are currently using the app.

You can do a simple test in the Server Code to make 10 concurrent calls, and console.log each result. This would verify the limitation.

apollo mcowiti
Posts: 0
Joined: Sat Apr 18, 2015 2:21 am

How many concurrent connections are possible for a server code script?

I have 3 calls/sec limitation
how reasonable is a limit of 3 calls /sec in real life?

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

How many concurrent connections are possible for a server code script?

Hello Apollo,

If 3 calls per second is not enough for you, you may upgrade your plan or make request for the Enterprise plan and ask for condition you need.

Return to “Issues”