Re: txJSON-RPC, deferred, and longpolling ajax -- limited number of connections, setting

Jamu Kakar <[email protected]> Mon, 25 Mar 2013 10:53:14 -0700
Newsgroups gmane.comp.python.twisted.web
Message-ID <CALWnh8pn6empiQVRYPgVjJGTvq6hvKSi1Czg3SpHr1jkudCNrQ@mail.gmail.com>
Hi Adam,

On Mon, Mar 25, 2013 at 10:43 AM, Adam Buga <[email protected]> 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.