Has perl thread same advantage as kernel thread?
- by Niraj Nawanit
Kernel threads do context switch at kernel level instead of process level.
I am planning to set up an httpserver in perl. I want to know if perl threads have same advantage as kernel threads from the perspective of context switch.