Consider a process that uses a user-level threading library to spawn 10 user-level threads. The library maps these 10 threads on to 2 kernel threads. The process is executing on an 8-core system. What is the maximum number of threads of a process that can be executing in parallel?

Respuesta :

Answer:

2 threads of a process

Explanation:

At maximum 2 threads of a process that can be executing in parallel.

ACCESS MORE