[Ilugc] internet speed issues with ubuntu

  • From: binand@xxxxxxxxx (Binand Sethumadhavan)
  • Date: Tue Jan 9 21:50:15 2007

On 09/01/07, Girish Venkatachalam <girishvenkatachalam@xxxxxxxxx> wrote:

TCP gives more throughput if you use more connections but this has nothing 
whatsoever to do with threads. Look at the implementation of axel download 
manager to figure out how it uses multiple TCP connections in a single thread 
to achieve high throughput.

Indeed, I intended "thread" as "parallel TCP connections", and not in
the pthread way.

Anyway TCP has no upper limit on how much throughput a single connection can 
give. It does have problems with LFNs and wireless networks but definitely 
those things do not apply here.

There are several variables that does affect the throughput of a
single connection. Latency, pipe size, buffer sizes, MSS, PMTU etc. to
name a few.

Binand

Other related posts: