Blocking syscalls with no other load in system (linux kernel)

Posted by osgx on Stack Overflow See other posts from Stack Overflow or by osgx
Published on 2010-04-25T16:10:08Z Indexed on 2010/04/25 16:13 UTC
Read the original article Hit count: 127

Filed under:
|
|

Hello

If there is only 1 running application in the system (and default 100 sleeping process), and it do a blocking syscall (I'm interested in blocking recv or blocking read). Will linux kernel delete this application from task_t *current pointer?

© Stack Overflow or respective owner

Related posts about linux-kernel

Related posts about scheduling