DragonFly BSD
DragonFly bugs List (threaded) for 2004-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Process launch problem with DFLY


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxx>
Date: Thu, 11 Nov 2004 13:32:26 +0100

On Thu, Nov 11, 2004 at 03:24:37PM +1100, Nigel Weeks wrote:
> Processes launched while load is low happen instantly, but slow back down
> again as the load average creeps back up...any ideas?

This is most likely a random effect in the scheduling of the inititing
processes. Keep in mind, that those programs are using (n-1)/n of the
CPU, where n is the number of total processes (leaving out all other
system processes). The time a launching program needs to be run again
obviously increases with the number of processes. The small decrease
in between could be related to some penalisation of CPU bound processes.

Joerg



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]