Performance
What is Concurrency (Threads)?
Also known as: Concurrent Requests
How many requests run in parallel through the proxy.
Concurrency is the number of simultaneous connections or threads your client maintains through the proxy. Higher concurrency increases throughput but also the load on each target, so it must be balanced against rate limits. Aethyn supports unlimited concurrent threads billed by the byte, letting you scale parallelism to your workload without per-thread caps while you tune request rates to stay polite.