A quick search leads me to suspect that this is happening over on the .NET side of things:

http://stackoverflow.com/questions/866350/how-can-i-programmatically-remove-the-2-connection-limit-in-webclient

Al


On 10/21/2014 9:39 AM, Jason King wrote:
How are you determining only 2 connections are allowed to run? User experience? Logs? Application Feedback? 

I wonder where in the stack it's being throttled. Is the throttling limited to API calls? What about http requests to a .html resource? What about http requests to a standard .cfm resource? Are these throttled in anyway? 

How is the API being called? Example code?

On Tue, Oct 21, 2014 at 11:19 AM, James Radke <[email protected]> wrote:
I am using an open source software package, Razuna, installed as follows:

1.) Ubuntu OS
2.) NGINX v1.4.6
3.) Tomcat
4.) BlueDragon
5.) Razuna Community Edition (coldfusion based product)

Everything is working on the open source application, but when I attempt to call the API's provided in the system (set up as a cfcomponent) from a .Net multi-threaded application for the api calls to allow for as quick processing as I can, the cfcomponent only allows 2 simultaneous connections to run, all others are queued up, and released as one finishes.

I have searched through the Ubuntu, NGINX, and Tomcat settings, and there is nothing within those that should be throttling me when I call this cfcomponent API.

Is there a setting in BlueDragon somewhere that would be limiting me, by default, to only allow two simultaneous connections to the cfcomponent API ?

Thanks,

Jim
--
--
online documentation: http://openbd.org/manual/
http://groups.google.com/group/openbd?hl=en

---
You received this message because you are subscribed to the Google Groups "Open BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

--
--
online documentation: http://openbd.org/manual/
http://groups.google.com/group/openbd?hl=en

---
You received this message because you are subscribed to the Google Groups "Open BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

--
--
online documentation: http://openbd.org/manual/
http://groups.google.com/group/openbd?hl=en

---
You received this message because you are subscribed to the Google Groups "Open BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to