Re: Slow pthread_create() under high load

From: Kaz Kylheku (kaz@ashi.footprints.net)
Date: Mon Mar 27 2000 - 10:51:45 EST


On Mon, 27 Mar 2000, Stephen C. Tweedie wrote:

> Date: Mon, 27 Mar 2000 12:24:16 +0100
> From: Stephen C. Tweedie <sct@redhat.com>
> To: sasha@mysql.com
> Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>, drepper@cygnus.com,
     Kaz Kylheku <kaz@ashi.footprints.net>, glibc-linux@ricardo.ecn.wfu.edu,
     linux-kernel@vger.rutgers.edu, mysql@lists.mysql.com, monty@mysql.com,
     Stephen Tweedie <sct@redhat.com>
> Subject: Re: Slow pthread_create() under high load
>
> This is part of a kernel defence mechanism, and yes, it is important to
> do something like this. If you don't, then a user can create a fork-
> bomb task which continually forks off children, and if the children and
> parent all keep the same credits, then it becomes essentially
> impossible for any other process ever to get scheduled. It is a _nasty_
> denial-of-service attack, and that's why the kernel has to share the
> scheduling credits out when you fork.

So what you are saying is that we effectively have that behavior which is
called ``process scope scheduling'' for threads. Would this be accurate, or is
it something more ``organic'' in between process scope and system scope?

-
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/



This archive was generated by hypermail 2b29 : Fri Mar 31 2000 - 21:00:20 EST