Re: Binding process to a fixed processor

2004-09-06 Thread Dennis George
Actually I am looking for some command or system call which I can execute from my user level program so that I can bind one of my process to a processor. like pbind command in Linux.. Or do I have to write a system call to do that ?? Dennis Julian Elischer <[

Re: Binding process to a fixed processor

2004-09-06 Thread Julian Elischer
Dennis George wrote: Hi, I am working on freeBSD 5.2. Dennis Julian Elischer <[EMAIL PROTECTED]> 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 ge

Re: Binding process to a fixed processor

2004-09-06 Thread Dennis George
Hi, I am working on freeBSD 5.2. Dennis Julian Elischer <[EMAIL PROTECTED]> 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.

Re: Binding process to a fixed processor

2004-09-06 Thread Julian Elischer
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. thanks in advance Dennis which version of the system are you using? --