Hi all:
I have encoutered slow upload client on my apache server, and the server
utilization was full.
(Slow Clients) ==> (Apache Servers)
Then I have an idea that use squid as a http accelerator to receive all
upload traffic then forwarding to the backend servers.
(Slow Clients) ==> (Squid) => (Apache Servers)
But I observed that squid receive partial data then forward repeatedly.
Is there any configuration or patch can make squid receive all incoming data
in a HTTP session and then forwarding to the backend server?
Or there is any other solution can solve this situation
Best regards,
Weicheng.