N
N
nexus02019-08-08 18:26:53
proxy
nexus0, 2019-08-08 18:26:53

A proxy server that can queue requests?

We need a proxy server that can limit the number of simultaneous http requests by queuing them.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
mamontm, 2019-08-08
@mamontm

SQUID

X
xmoonlight, 2019-08-08
@xmoonlight

Fiddler

if (m_SimulateModem) {
                // Delay sends by 300ms per KB uploaded.
                oSession["request-trickle-delay"] = "300"; 
                // Delay receives by 150ms per KB downloaded.
                oSession["response-trickle-delay"] = "150"; 
            }
Documentation

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question