Re: [PATCH] debuginfod: Use auto-sized connection pool when -C is not given with arg

2022-09-05 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > [...] > Fix this by using an auto-sized thread pool when '-C' is not given, just > as we do when it's given with no argument. Update the doc's description > of '-C'. Thanks, pushed. - FChE

[PATCH] debuginfod: Use auto-sized connection pool when -C is not given with arg

2022-09-02 Thread Aaron Merey via Elfutils-devel
Since commit 4b42d9ad, libmicrohttpd's epoll event loop is used when available in which case we must disable its setting for spawning a thread per request. This contradicts the debuginfod doc's description of '-C', which indicates that if this command line option is not given then the thread pool