Hi Eric, Suppose the file size is less than 1M, maybe increasing the following values can help: 1. in records.config, set proxy.config.net.sock_send_buffer_size_in to 1M 2. set kernel parameter "/proc/sys/net/core/wmem_default" to 1M 3. set kernel parameter "/proc/sys/net/core/wmem_max" to 1M 4. set kernel parameter "/proc/sys/net/ipv4/tcp_wmem" to "1048576 1048576 1048576" Regards, Kai ----- Original Message ----- From: "Eric Friedrich (efriedri)" <efrie...@cisco.com> To: "dev@trafficserver.apache.org" <dev@trafficserver.apache.org> Subject: Slow Clients with read_while_writer Date: 2018-01-26 23:20
Hi- I’m looking for more information on the behavior of ATS with read_while_writer enabled. In our case, the first request for a URL is made by a client that reads the response very slowly. We are seeing other clients making requests for the same URL that overlap with the first request also receive their responses slowly as well. Short of disabling read_write_writer, are there any workarounds for this situation? Thanks, Eric