Got a cpu bound workload that shouldn’t block requ...
# ktor
m
Got a cpu bound workload that shouldn’t block request handling? Give it maybe a thread or two so it won’t starve everything else. Farming out blocking i/o? Maybe a dozen or two (or ten) threads.
1