From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 16 Aug 2001 12:08:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 16 Aug 2001 12:08:23 -0400 Received: from [213.97.137.182] ([213.97.137.182]:29451 "HELO iceberg.activanet.net") by vger.kernel.org with SMTP id ; Thu, 16 Aug 2001 12:08:13 -0400 Content-Type: text/plain; charset=US-ASCII From: Eduardo =?iso-8859-1?q?Cort=E9s=20?= To: linux-kernel@vger.kernel.org Subject: Re: Re: limit cpu Date: Thu, 16 Aug 2001 18:08:24 +0200 X-Mailer: KMail [version 1.3.1] MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Message-Id: <20010816160817Z268342-761+1804@vger.kernel.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thursday 16 August 2001 04:08, you wrote: > > i want to know if linux can limit the max cpu usage (not cpu time) per > > user, > > no. doing so would inherently slow down the scheduler. but *BSD has this feature, what's the problem in linux?