curl / Mailing Lists / curl-library / Single Mail

curl-library

Re: libcurl https performance issue

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 1 Aug 2017 12:04:29 +0200 (CEST)

On Tue, 1 Aug 2017, fan jinjie via curl-library wrote:

> As I test, when thread send more HTTPS requests at the same time, thread
> consume much CPU, but send more HTTP requests at the same time, thread
> consume less CPU.
>
> How to improve performance for HTTPS? Maybe using multithread to send HTTPS
> request?

Depending on your hardware and which cipher algorighms that are used for your
HTTPS connections, they are bound to use some up to a lot more CPU simply
because of all the math and crypto stuff they perform.

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