libsys-cpuaffinity-perl 1.13~03-2 source package in Ubuntu

Changelog

libsys-cpuaffinity-perl (1.13~03-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libsys-cpuaffinity-perl: Drop Multi-Arch: same.

 -- Jelmer Vernooij <email address hidden>  Sat, 15 Oct 2022 19:54:48 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
libsys-cpuaffinity-perl_1.13~03-2.dsc 2.2 KiB 95962afaf2f858c966f8a66e35b9eedec747b5ea130eeb6ae22caf54d574b67b
libsys-cpuaffinity-perl_1.13~03.orig.tar.gz 47.0 KiB b0b69aa1e93cacca90cb6464d49a6ce10ab84a706d58e4d4fdb6d3e6cbca9e4c
libsys-cpuaffinity-perl_1.13~03-2.debian.tar.xz 2.8 KiB 11bbed46357911a0c692871682c99298ea8d4ffefc8f6f28ad88e5da014f8504

No changes file available.

Binary packages built by this source

libsys-cpuaffinity-perl: module to set CPU affinity for processes

 The details of getting and setting process CPU affinities varies greatly from
 system to system. Even among the different flavors of Unix there is very
 little in the way of a common interface to CPU affinities. The existing tools
 and libraries for setting CPU affinities are not very standardized, so that a
 technique for setting CPU affinities on one system may not work on another
 system with the same architecture.
 .
 Sys::CpuAffinity seeks to do one thing and do it well: manipulate CPU
 affinities through a common interface on as many systems as possible, by any
 means necessary.
 .
 The module is composed of several subroutines, each one implementing a
 different technique to perform a CPU affinity operation. A technique might
 try to import a Perl module, run an external program that might be installed
 on your system, or invoke some C code to access your system libraries.
 Usually, a technique is applicable to only a single or small group of
 operating systems, and on any particular system, the vast majority of
 techniques would fail. Regardless of your particular system and
 configuration, it is hoped that at least one of the techniques will work and
 you will be able to get and set the CPU affinities of your processes.

libsys-cpuaffinity-perl-dbgsym: debug symbols for libsys-cpuaffinity-perl