Skip to content
Frank Denis edited this page Sep 23, 2015 · 1 revision

Coroutines allow a thread to be shared by multiple connections.

Their use is not recommended if the number of persistent connections doesn't exceed the number of CPU cores.

They also require Flowgger to be compiled with the coroutines feature, as documented in the installation page.

Clone this wiki locally