Persistent connections with pipelining

Posted by Summer_More_More_Tea on Stack Overflow See other posts from Stack Overflow or by Summer_More_More_Tea
Published on 2010-04-18T17:53:27Z Indexed on 2010/04/18 18:13 UTC
Read the original article Hit count: 220

Filed under:
|

Hi:

I have a question about the behavior of a browser( especially Firefox ) tackling with persistent connections:

Must all the requests sent in one pipelined persistent connection direct to the same server? What about a request specified by user from address bar -- may it reuse an already established persistent connection to send its request or need another connection?

Regards.

© Stack Overflow or respective owner

Related posts about webbrowser

Related posts about tcpip