Code Comments
Programming Forum and web based access to our favorite programming groups.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
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.