On Aug 11, 2010, at 5:24 AM, Ryujiro Shibuya wrote: > > Current implementation seems to close the origin server connection every time > even if the client connection is kept opened for the next client request > (which is highly possibly for the same origin server). > > I agree with Paul's idea, which seems a good way to enable both of ... > (1) keeping origin server connection opened for exclusive use of a client, > (2) connection pooling after use. > In the forward proxy, in my opinion, the advantage of (1) cannot be ignored, > even though some might think the advantage of (2) may be limited than that in > the reverse proxy. >
It would be most ideal if we pulled our forward and reverse proxies as sep modules instead of a single one, but that's an exercise for post 2.4 I think...