Has perl thread same advantage as kernel thread?

Posted by Niraj Nawanit on Stack Overflow See other posts from Stack Overflow or by Niraj Nawanit
Published on 2010-03-19T22:20:26Z Indexed on 2010/03/19 22:31 UTC
Read the original article Hit count: 462

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about perl

Related posts about threads