Skip to main content
Participant
March 28, 2016
Question

What is the limit for pending connections in the adobe ams development server. The client is getting connection refused error when making repeated requests for different resources.

  • March 28, 2016
  • 1 reply
  • 657 views

Hi currently I am using Adobe Ams for DVR functionality. In my staging environment I am using a development server. I am facing a connection refused error when making repeated requests for various videos from the flash client.

The same code runs on both the staging and production environment . I am not facing any such issues on production environment which uses a licensed version. After going through the documentation, I know that there is an upper bound of 10 active requests on a dev server. I am facing this issue even if I am the only user accessing the application. Does the 10 active connections include all the requests that a client invokes or just the last call that the client invokes.

If all the requests of a client are counted then is there a way to clear the connections except the last one . Can anyone throw any light on this.

This topic has been closed for replies.

1 reply

Graeme Bull
Community Expert
Community Expert
April 5, 2016

It should be a limit of 10 concurrent connections. If you are getting a rejected message back and you have verified there is only one concurrent connection at the time, then that's not normal. Not sure what to do about it either.

The solution to your problem may be to simply reset the service each time it happens. Or just apply the same license to your dev server, I don't believe there is a call home feature that will disable one or the other.

Participant
April 6, 2016

Hi thanks for the info . Do you know how can we apply the license info of the licensed version into the development server ?

Graeme Bull
Community Expert
Community Expert
April 8, 2016

Just enter the license key into the admin panel for the server. I think all it does is create a license file anyways so you can probably just copy that over.