For Programmers: Free Programming Magazines  


Home > Archive > PHP Programming > April 2008 > OT: Re: What is latency?









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author OT: Re: What is latency?
Hans-Werner Hilse

2008-04-03, 8:12 am

Hi,

Erwin Moller wrote:

> [...]
> (Why VOIP is fast? I don't know. Maybe it uses UDP instead of TCP/IP.)


It certainly does (all VOIP protocols I know of, most of them using RTP
for speech transport -- note that signalling is a different matter!).
That alone saves you an SYN/ACK roundtrip compared to TCP. But that's
not all. It also usually sets the QOS bits on the IP packets to
"throughput". Depends on the routing infrastructure if this information
is used, respected or just kept. Also, we talk about (two)
unidirectional channels which are allowed to have some loss. Not even
remotely comparable.

Parallel fetching would indeed be the solution for the problem in
question here. It even doesn't necessarily mean a CPU or memory
overhead when looking at the relative resource consumption over time...

-hwh
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2010 codecomments.com