From owner-freebsd-questions@freebsd.org Wed Sep 16 08:48:45 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E31E43DDF0F for ; Wed, 16 Sep 2020 08:48:45 +0000 (UTC) (envelope-from mayuresh@kathe.in) Received: from mslow2.mail.gandi.net (mslow2.mail.gandi.net [217.70.178.242]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Brtzw3ks8z4SXq for ; Wed, 16 Sep 2020 08:48:44 +0000 (UTC) (envelope-from mayuresh@kathe.in) Received: from relay6-d.mail.gandi.net (unknown [217.70.183.198]) by mslow2.mail.gandi.net (Postfix) with ESMTP id 6D2F93ADF23 for ; Wed, 16 Sep 2020 08:29:14 +0000 (UTC) Received: from sogo1.sd4.0x35.net (sogo1.sd4.0x35.net [10.200.201.51]) (Authenticated sender: mayuresh@kathe.in) by relay6-d.mail.gandi.net (Postfix) with ESMTPA id 13CE0C000E for ; Wed, 16 Sep 2020 08:28:43 +0000 (UTC) From: =?utf-8?q?mayuresh=40kathe=2Ein?= To: freebsd-questions@freebsd.org User-Agent: SOGoMail 4.3.2 MIME-Version: 1.0 Date: Wed, 16 Sep 2020 10:28:43 +0200 Subject: possible to isolate processes per =?utf-8?q?core=3F?= Message-ID: <6143-5f61cc80-75-3fccd9c0@109609840> X-Forward: 127.0.0.1 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4Brtzw3ks8z4SXq X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of mayuresh@kathe.in designates 217.70.178.242 as permitted sender) smtp.mailfrom=mayuresh@kathe.in X-Spamd-Result: default: False [2.39 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; GREYLIST(0.00)[pass,body]; FROM_DN_EQ_ADDR(1.00)[]; R_SPF_ALLOW(-0.20)[+ip4:217.70.178.192/26:c]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.86)[-0.862]; RCVD_COUNT_THREE(0.00)[3]; RCVD_TLS_LAST(0.00)[]; NEURAL_HAM_SHORT(-0.36)[-0.355]; DMARC_NA(0.00)[kathe.in]; SUBJ_EXCESS_QP(1.20)[]; FROM_EXCESS_QP(1.20)[]; MID_RHS_NOT_FQDN(0.50)[]; NEURAL_HAM_MEDIUM(-0.99)[-0.994]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:29169, ipnet:217.70.176.0/20, country:FR]; SUBJECT_ENDS_QUESTION(1.00)[]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Sep 2020 08:48:45 -0000 does freebsd have the capability and offer the functionality (via users= pace) to isolate processes per core? or does freebsd have complete authority about where to run which proces= s and when?