proxy software that supports parallel transfer

Posted by est on Super User See other posts from Super User or by est
Published on 2009-12-20T06:30:37Z Indexed on 2010/03/28 23:03 UTC
Read the original article Hit count: 263

Filed under:
|
|
|

Hi guys,

I need to setup a really fast proxy server in a remote server, here's the scenario:

  1. The server prefetches 3KB of data, mostly HTTP resources.
  2. The server send to client 3KB of data, instead of traditional HTTP or SOCKS proxy, the server open multithreaded transfer with 3 connections, send 1KB of data per thread to each connection
  3. The client receives 1KBx3, and combine them to the original 3KB data, and return as a local HTTP proxy server.
  4. The client display the original data in browser via the local HTTP proxy

The latency is not important as long as the transfer rate is good.

Does any software like this exist? It's better if it's open source or free ones.

© Super User or respective owner

Related posts about http

Related posts about proxy