Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2001 19:37:48 +0300
From:      RW <simakin@rw.ru>
To:        Mike Meyer <mwm@mired.org>
Cc:        questions@freebsd.org
Subject:   Re[2]: dual CPU under FreeBSD - does it really good thing?
Message-ID:  <17817.010123@rw.ru>
In-Reply-To: <14957.43395.737236.75894@guru.mired.org>
References:  <14957.43395.737236.75894@guru.mired.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Thank you, Mike!

I try to explain my question - can I tell to process (apache, for
example) to work only on first (or second) CPU?
Does it possible to execute something like
     /usr/local/sbin/snmpd &2  # using second CPU
or like this
     cpu_manager cpu=2 process=/usr/local/sbin/snmpd
May be stupid example, but in NT we can point to services on which cpu
they must run.

>>  Can I separate tasks between different CPUs?
MM> I'm not sure what you're asking.  You can't specify which CPU a task
MM> winds up on, or which tasks wind up on different CPUs. You can break
MM> your computing job up into tasks however you want to, but the system
MM> will decide which tasks run on which CPU.




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?17817.010123>