Hi Fabrice > Actually, in my very first analysis, I think I may be in an > architecture that requires NIO at both server & client sides. > To sum up, I need to build kind of transcoding proxy, supporting thousands of > client connections and connecting to a few web sites on behalf of those > clients. > That would allow managing client requests as fast as possible to the backend > web servers without blocking sending threads. > I've been involved in building this exact kind of stuff for the past 4 years based on NIO - first for the Apache Synapse ESB, and since recently for the UltraESB. Both uses this excellent piece of NIO code from HttpComponents/HttpCore to scale to extremes. Maybe you could re-use?
cheers asankha -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspot.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org