On 9/21/2011 6:54 PM, Boris Zbarsky wrote:
On 9/21/11 9:50 AM, Bjarne wrote:
The time-series I get very often group measurements into
six consecutive similar values, then six higher but still
similar values, and so on. E.g. a time-series can look
like the following (numbers simplified for clarity):

1 2 1 1 2 1 4 6 5 4 4 6 9 9 8 7 9 8 ....

This happens when using a handler with httpd.js but also
when channels load from a separate python-server on localhost.
Note that both "network.http.max.connections" and
"network.http.max.connections-per-server" are set to 256 and
should not be the problem.

Neither of those prefs defaults to 6 anyway.

But "network.http.max-persistent-connections-per-server" does. Did you change that one too?

-Boris
_______________________________________________
dev-tech-network mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-network


What time of the timing channel is the one you refer in this thread? There is a lot of properties...

The limit for parallel connections is driven by network.http.max-persistent-connections-per-server pref, that is by default 6 (what you can see), because we open the connection from our side as keep-alive. httpd.js, btw, doesn't currently support keep-alive connections, nevertheless the limit is still just 6 and not 15.

-hb-
_______________________________________________
dev-tech-network mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-network

Reply via email to