Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

When using OS threads, there's no switching when they are waiting for a socket (db connection). The OS knows to wake the thread up only when there's something new to see on the connection.


Both sides of a sleep/awake transition with conventional blocking system calls involve heavyweight context switches: the CPU protection level changes and the thread registers get saved out or loaded back in.


Yes, but these don't happen while waiting.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: