Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 1 Sep 2002 17:48:57 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 1 Sep 2002 17:48:57 -0400 Received: from h181n1fls11o1004.telia.com ([195.67.254.181]:31617 "EHLO ringstrom.mine.nu") by vger.kernel.org with ESMTP id ; Sun, 1 Sep 2002 17:48:57 -0400 Date: Sun, 1 Sep 2002 23:53:23 +0200 (CEST) From: Tobias Ringstrom X-X-Sender: tori@boris.prodako.se To: Ingo Molnar cc: Kernel Mailing List Subject: Problem with the O(1) scheduler in 2.4.19 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 906 Lines: 21 While the O(1) scheduler has performed very well for me in most situations, I have one big problem with it. When running a Counter-Strike game server on Linux 2.4.19 with the sched-2.4.19-rc2-A4 patch applied, the server process is niced from the default value of 15 (interactive) to 25 (background). This means that every time crond wakes up or a mail arrives the game latency becomes extremely bad and the users experience lag. The process takes around 70% CPU on these occasions, so I'm surprised that the task is not considered to be interactive. This does not happen with stock 2.4.19. Do you have any ideas why this regression is happening? /Tobias - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/