|
With HTTP/1.1 specification, you can request many
objects(files) in a HTTP connection,
if real web servers behind a Load Balancer could
collaborate to serve for one TCP conection
without knowing happens at the load balancer.
Performance would be improved even in
persist HTTP connections.
Let me explain one apllication;
Resonate(www.resonate.com) has a patent on
delayed resource binding, according to
the URL which the client requests they select a web server. But if the requests are in one
persistent connection, they probably need switch to another server according to the URL
binding rule. They can disconnect the original connection and can establish a new connection
internally, but they can also maintain multiple connections. If you keep TCP end
points
(IP address and Port Number) and TCP sequence number,
you can demultiplex or translate.
Basically, this is one of NAT
techniques.
---
Ryu, Cheol
|
- Data Piping Michael McConnell
- Re: Data Piping Benjamin Lee
- Re: Data Piping Terje Eggestad
- Re: Data Piping Scott Bronson
- RE: Data Piping Graf, Christian
- RE: Data Piping Bock Shannon E Contr AFRL/VSIO
- Re: Data Piping Ryu, Cheol
- Re: Data Piping Benjamin Lee
- RE: Data Piping Graf, Christian
- FW: Data Piping Graf, Christian

