Dynamically sizing the kernel stack
Dynamically sizing the kernel stack
Posted May 30, 2024 8:29 UTC (Thu) by Wol (subscriber, #4433)In reply to: Dynamically sizing the kernel stack by dongmk
Parent article: Dynamically sizing the kernel stack
> What kinds of applications need to create millions of threads, on a single machine?
Pretty much any application trying to solve a big problem with recursion? Okay, recursion is often used when it shouldn't be, but it's a quick-n-dirty fix that's very popular ...
Cheers,
Wol