[Twisted-web] txJSON-RPC, deferred, and longpolling ajax -- limited number of connections, setting

Jamu Kakar jkakar at kakar.ca
Mon Mar 25 13:53:14 EDT 2013


Hi Adam,

On Mon, Mar 25, 2013 at 10:43 AM, Adam Buga <awbuga at gmail.com> wrote:
> However, once I increase the number of outstanding connections, I don't see
> any more connections accepted from my browser. I seem to be capped at 6 open
> connections. If I start a new browser, ie: chrome, or even change the URL
> from localhost to 127.0.0.1 I'm able to open another 6.

It sounds like you're hitting the limit of connections in your
browser.  This may shed some light on the situation:

  http://stackoverflow.com/questions/561046/how-many-concurrent-ajax-xmlhttprequest-requests-are-allowed-in-popular-browse

Thanks,
J.



More information about the Twisted-web mailing list