What is the difference between latency and response time?
One way of looking at this is to say that transport latency + processing time = response time. Transport latency is the time it takes for a request/response to be transmitted to/from the processing component. Then you need to add the time it takes to process the request. As an example, say that 5 people … Read more