From mboxrd@z Thu Jan 1 00:00:00 1970 From: "John T. Williams" Subject: Re: specifying process priority Date: Mon, 25 Aug 2003 01:52:21 -0400 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: <000c01c36acd$0d5d15b0$ed64a8c0@descartes> References: Reply-To: "John T. Williams" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii" To: Palash Mohanlal Kasodhan , linux-c-programming@vger.kernel.org There are two functions you might want to look at setpriority and nice just read the man pages man 2 nice and man 2 setpriority ----- Original Message ----- From: "Palash Mohanlal Kasodhan" To: Sent: Sunday, August 24, 2003 10:47 PM Subject: specifying process priority > Hi: > Is there a way to specify the priority of a process you are creating > by fork() besides using the 'nice' command..more specifically an API call > to specify the priority at the time of creating a process ..like an RTOS > > > thanks > > palash > > - > To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html