Reverse Proxy
silenteh
silenteh at gmail.com
Fri May 20 15:37:47 EDT 2011
Hi all, I want to write an http reverse proxy, and I want to use this
fantastic library: Netty.
The proxy will have to support a huge amount of concurrent connections ( >
500k ), so I need to get the best out of Netty.
I have basically managed to create a proof of concept, and it seems to work
fine.
I have one problem though.
>From the server pipeline I am initializing a new client pipeline, where I
basically download the http content when it is not in the cache.
Now the problem is this: how can I send back the http response, to the
server pipeline, from the client pipeline channel handler, to downstream it
to the client which made the first request ?
I hope I have explained my self, otherwise let me know....I will try to
rephrase it ir give you more info.
Thanks in advance
Silenteh
--
View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Reverse-Proxy-tp6387527p6387527.html
Sent from the Netty User Group mailing list archive at Nabble.com.
More information about the netty-users
mailing list