concurrent TCP sessions

User Help for Mozilla Firefox
Post Reply
alcol
Guest

concurrent TCP sessions

Post by alcol »

Hi, if possible, I would like to have a sugestion from you.

On a Linux Machine the application FireFox open more concurrent TCP sessions then a Windows machine with firefox.

Inside the company run a Proxy that limit per each user the numer of concurrent TCP sessions over Internet.
As we know per RFC is permitted only 2 concurrent TCP sessions against the same host.

For Internet Explorer exist Registry keys to control that:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPerServer"=dword:00000002
"MaxConnectionsPer1_0Server"=dword:00000002


Is there the same for FireFox as under Windows as under Linux?.
teoli2003
Posts: 5091
Joined: November 10th, 2005, 2:54 am
Contact:

Re: concurrent TCP sessions

Post by teoli2003 »

In your about:config, look for the values of these three keys: network.http.max-connections-per-server, network.http.max-persistent-connections-per-proxy, and network.http.max-persistent-connections-per-server.
alcol
Guest

Re: concurrent TCP sessions

Post by alcol »

network.http.max-connections-per-server 15
network.http.max-persistent-connections-per-proxy 8
network.http.max-persistent-connections-per-server 6

as in Windows installation as in linux installation.
tcpIPCOURS
Guest

Re: concurrent TCP sessions

Post by tcpIPCOURS »

Présentation de TCP/IP
OSI et TCP/IP
La suite de protocoles TCP / IP
IP (Internet Protocol, Protocole Internet)
TCP (Transmission Control Protocol,Protocole de contrôle de la transmission)
UDP (User Datagram Protocol)
ICMP (Internet Control Message Protocol)
RIP (Routing Information Protocol)
arp(Address Resolution Protocol
Fonctionnement général
Les applications TCP-IP
Modèle client/serveur
L'adressage des applicatifs : les ports
Les ports prédéfinis à connaître

http://tcpprotocol.blogspot.com/
alcol
Guest

Re: concurrent TCP sessions

Post by alcol »

tcpIPCOURS wrote:Présentation de TCP/IP
OSI et TCP/IP
La suite de protocoles TCP / IP
IP (Internet Protocol, Protocole Internet)
TCP (Transmission Control Protocol,Protocole de contrôle de la transmission)
UDP (User Datagram Protocol)
ICMP (Internet Control Message Protocol)
RIP (Routing Information Protocol)
arp(Address Resolution Protocol
Fonctionnement général
Les applications TCP-IP
Modèle client/serveur
L'adressage des applicatifs : les ports
Les ports prédéfinis à connaître

http://tcpprotocol.blogspot.com/


thanks but I'm the chief of network and secutiry department and I work inside IBM.
If you want I could write from scratch that web site: http://tcpprotocol.blogspot.com

I was only needing to have some help about firefox specific setting as I don't use it and I'm not with pre-skilling.
User avatar
kindofabuzz
Posts: 3859
Joined: July 20th, 2003, 1:13 am
Location: Memphis, TN
Contact:

Re: concurrent TCP sessions

Post by kindofabuzz »

thanks but I'm the chief of network and secutiry department and I work inside IBM

you're the chief of network and security but you can't spell security correctly? :shock:
Collapse unwanted MozillaZine forum sections ** Give a man a fish and he will eat for a day; teach a man to fish and he will eat for a lifetime; give a man religion and he will die praying for a fish.
teoli2003
Posts: 5091
Joined: November 10th, 2005, 2:54 am
Contact:

Re: concurrent TCP sessions

Post by teoli2003 »

Alcol: the TCP stack of Windows is perhaps following the registry entries, as it is provided by Windows. On Linux, if they are no such limitation at the TCP layer, they are not applied and you have to apply them at the application layer. Did you try to change the settings I indicated to you?
Post Reply