From owner-freebsd-hackers@FreeBSD.ORG Tue Sep 7 05:33:12 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 297F616A4CE for ; Tue, 7 Sep 2004 05:33:12 +0000 (GMT) Received: from pimout3-ext.prodigy.net (pimout3-ext.prodigy.net [207.115.63.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBD9F43D39 for ; Tue, 7 Sep 2004 05:33:11 +0000 (GMT) (envelope-from julian@elischer.org) Received: from elischer.org (adsl-69-104-103-54.dsl.snfc21.pacbell.net [69.104.103.54])i875X43d188038; Tue, 7 Sep 2004 01:33:05 -0400 Message-ID: <413D4810.7030904@elischer.org> Date: Mon, 06 Sep 2004 22:33:04 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4b) Gecko/20030524 X-Accept-Language: en, hu MIME-Version: 1.0 To: Dennis George References: <20040907041305.35057.qmail@web53903.mail.yahoo.com> In-Reply-To: <20040907041305.35057.qmail@web53903.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-hackers@freebsd.org Subject: Re: Binding process to a fixed processor X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2004 05:33:12 -0000 Dennis George wrote: > Hi, > > I am working on freeBSD 5.2. > > Dennis > > Julian Elischer wrote: > Dennis George wrote: > >>Hi all, >> >>I am working on a intel based multi processor system. I like to know >>how can I bind one process permanently to one processor..... and other >>one for general use..... You can bind a thread to one processor, in the kernel, but I don't know offhand if there is a user interface for it however.. (I'd have to go look at the code again). (goes to look) There is code that can bind a thread to the current processor that it is on, but nothing uses it that I can see.. If you wrote a kernel module you could write your own syscall to use it.. This is of course different from binding a thread to a processor EXCLUSIVELY so that no other thread can use it. >> >>thanks in advance >> >>Dennis >> > > > which version of the system are you using? > > >> >> >>--------------------------------- >>Do you Yahoo!? >>Win 1 of 4,000 free domain names from Yahoo! Enter now. >>_______________________________________________ >>freebsd-hackers@freebsd.org mailing list >>http://lists.freebsd.org/mailman/listinfo/freebsd-hackers >>To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" > > > > > > --------------------------------- > Do you Yahoo!? > New and Improved Yahoo! Mail - 100MB free storage! > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"