Re: Overscheduling DOES happen with high web server load.

Alan Cox (alan@lxorguk.ukuu.org.uk)
Fri, 7 May 1999 02:30:13 +0100 (BST)


> SysVSem on other platforms have some annoying limitations, such as a small
> max# of folks that can attach to a semaphore. Plus sysvsems aren't

Nod

> cleaned up on process exit... whereas a fcntl()-locked file can be
> unlink()ed as long as everyone already has the fd.

They are if you do things right. Its just a little less obvious and doesnt
happen by default. Very un-unix.

Thanks

Alan

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/