FreeBSD CPUs

Posted by BostonGuru, 03-23-2007, 12:51 AM
Does anyone know how to bind a process (either when starting it or after its been started) to run only on a specific CPU, or only allow it to run on one of a few given CPUs? I am looking to do this on freeBSD 6.2.

Posted by bleenzorb, 03-23-2007, 01:34 AM
for Intel CPUs, you can use the CPUID opcode. Of course, you'll need to code in a language that supports it, like C with an asm{} block, or straight assembler--which I assume you're doing anyway in order to protect your source.

Posted by Xeentech, 03-23-2007, 09:33 AM
I duno about FreeBSD, but what you're after is called CPU Affinity. I'd imagin BSD has a tool for that since its been mature on SMP for a long time now. Perhaps now you know the correct term google will help more.

Posted by bleenzorb, 03-23-2007, 12:58 PM
Oops. I thought he meant he wanted to cause his code to only work on a particular type of CPU platform, as in Intel vs. AMD. Forget what I said about CPUID. As for affinity, I know on Window and particular other (now obsolete) OSs, a single thread is assigned to a single CPU at startup and it doesn't switch CPUs from then on, but there are ways to specify which one before startup. Don't know about freeBSD. Last edited by bleenzorb; 03-23-2007 at 01:03 PM.

Posted by drhowarddrfine, 03-23-2007, 04:44 PM
I know it's possible but only because I remember reading about it but that's as far as I can go.

Posted by Xeentech, 03-23-2007, 07:08 PM
From this very recent post: http://lists.freebsd.org/pipermail/f...ry/001338.html on a BSD mailing list, sounds like its a very ugly process. There should be an example of the 'parent' application about that they refer to.

Je li Vam ovaj odgovor pomogao?

 Ispiši članak

Također pročitajte

How to retrieve the total number of rows when using LIMIT X, XXX

Posted by yangyang2036, 09-17-2008, 10:09 PMWith php+mysql, $results -> num_rows returns the...

EMC / SAN HD Ready

Posted by ti_nhatrang, 04-15-2007, 03:33 AMHi guys, I've purchased AX150/EMC SAN from DELL......

Error when editing dns Zone

Posted by htw_Mehdi, 06-27-2008, 10:33 AMHello, when i try to edit a DNS zone on WHM i got the...

sshd has failed, please contact the sysadmin

Posted by X-x-X, 01-23-2007, 12:31 PMi have problem in SSH if i want to restart it its say :...

/bin Directory

Posted by swurvin, 05-06-2007, 09:12 PMHello. I wonder if anyone has any ideas on how I go about...