Page 1 of 1

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

Posted: Fri Apr 29, 2016 5:05 pm
by apollo mcowiti

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


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

Posted: Sat Apr 30, 2016 5:35 am
by Illya Stepanov

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


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

Posted: Sat Apr 30, 2016 8:14 am
by BananaGator

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.


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

Posted: Sat Feb 04, 2017 7:29 pm
by apollo mcowiti

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


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

Posted: Sat Feb 04, 2017 9:51 pm
by Evgene Karachevtsev

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.