libsys-cpuaffinity-perl 1.12-1build3 source package in Ubuntu

Changelog

libsys-cpuaffinity-perl (1.12-1build3) focal; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Fri, 18 Oct 2019 19:35:19 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
libsys-cpuaffinity-perl_1.12.orig.tar.gz 46.2 KiB fe32c05f3eb059708c647f2bb85b250458591f2ba9051d8d866f546a387ee848
libsys-cpuaffinity-perl_1.12-1build3.debian.tar.xz 2.5 KiB dee93fc8721a972959002593f13c810e773c2b27ff52d2f2252ac5af68090ae4
libsys-cpuaffinity-perl_1.12-1build3.dsc 2.2 KiB 8db6f2cd979a0f13911728ea90cf87c316b70a78bde23835c5a55ad827023eca

Available diffs

View changes file

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