|
|
|
|
|
by ori_b
2539 days ago
|
|
> avoiding expensive kernel<-->user-space switching And replacing it with expensive userspace<--->userspace switching. But because the kernel is still doing the context switch between the processes, now you're doing userspace<-->kernel<--->userspace switching. |
|