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.
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.
