Consider a computer with a single CPU running n processes. Each process is single-threaded. What is the maximum total nu
Posted: Tue Jul 12, 2022 8:21 am
Consider a computer with a single CPU running n processes. Each process is single-threaded. What is the maximum total number of stacks across all address spaces that could exist at a given time? You must count both user and kernel stacks. You must count each stack within the kernel only once across all address spaces. 2n n+1 2n+1 n