Hi, I'd like to know what could be the best approach -or points me to discussion/topics- to make kind of proxy downloading from a site (ex: photo) and broadcasting/uploading the data to multiple target sites. I think it has to deal with content listeners and chunks. And if I want it to be efficient, it should minimize the memory footprint to do that, so I am not sure about the buffering policy I might use. Actually, I am already using HttpCore NIO to build a custom proxy (reusing asynchttpclient trunk...).
Thanks, Fabrice
