cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: difference between multihandle & multithread

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 11 Aug 2009 22:54:46 +0200 (CEST)

On Tue, 11 Aug 2009, Ram wrote:

> I would like to know the difference between using a mutli-handle and
> multiple threads of easy handles?

The difference is that one is using a mutli-handle and uses one thread, and
the other approach uses multipel easy handles and several threads.

> If I want to transfer multiple files simultaneously efficiently, then which
> one of them is recommended?

The one which fits your task the best!

-- 
  / daniel.haxx.se
Received on 2009-08-11