cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: curl api nghttp2 co-req ?

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 17 Mar 2016 15:57:47 +0100 (CET)

On Thu, 17 Mar 2016, Catlow, Martyn wrote:

> Does the cURL code fork() or spawn() at any point ?

No. Everything runs in the same process/thread - you can make it use a
separate thread for name resolving but that requires that it is enabled at
build time and it only supports pthreads and win32 threading.

> Simply cross referencing the called routine name to the source module
> location and function names.

Ah, just grep for the function names in the lib/ directory! =)

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:  https://curl.haxx.se/mail/etiquette.html
Received on 2016-03-17