curl / Mailing Lists / curl-library / Single Mail

curl-library

Re: Different interface will affect each other while downloading?

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 3 Aug 2017 11:10:16 +0200 (CEST)

On Thu, 3 Aug 2017, Pahome Chen via curl-library wrote:

> Maybe the two interface won't affect each other?

If you do two separate transfers in two independent threads, they will be
totally independent (and if they use the same or different libcurl APIs
doesn't matter). They will probably somewhat affect each other though since
they probably use the same network and compete for the same bandwidth, but
only in the same way any other network-using applications will affect them.

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html
Received on 2017-08-03