Skip to content

Offload the isc_http response processing to worker thread

Ondřej Surý requested to merge ondrej-offload-statschannel into main

Prepare the statistics channel data in the offloaded worker thread, so the networking thread is not blocked by the process gathering data from various data structures. Only the netmgr send is then run on the networkin thread when all the data is already there.

Closes: #4680 (closed)

Edited by Ondřej Surý

Merge request reports