Re: [Hint]: curl lib threads

2020-10-22 Thread Daniel Stenberg via curl-library
On Mon, 19 Oct 2020, David Caul via curl-library wrote: Can we check how many thread a curl library is using. No, you can't - there's no such counter even internally. But libcurl might use up to one extra thread per concurrent name resolve if built with the threaded name-resolver. -- /

Re: libcurl hang (v2)

2020-10-22 Thread Daniel Stenberg via curl-library
On Wed, 21 Oct 2020, MS via curl-library wrote: I have discovered the problem only occurs when using libevent2 to drive the multi interface. There is no issue using the easy interface directly, nor using `multi_poll'. ... then the problem is probably in your event-based logic! -- /