Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #88525 > unrolled thread

ANN: polynice 0.7 - a nice(1) like utility for throttling processes

Started bygarabik-news-2005-05@kassiopeia.juls.savba.sk
First post2015-04-05 19:49 +0000
Last post2015-04-05 19:49 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  ANN: polynice 0.7 - a nice(1) like utility for throttling processes garabik-news-2005-05@kassiopeia.juls.savba.sk - 2015-04-05 19:49 +0000

#88525 — ANN: polynice 0.7 - a nice(1) like utility for throttling processes

Fromgarabik-news-2005-05@kassiopeia.juls.savba.sk
Date2015-04-05 19:49 +0000
SubjectANN: polynice 0.7 - a nice(1) like utility for throttling processes
Message-ID<mailman.55.1428270067.12925.python-announce-list@python.org>
polynice is a nice(1)-like command line utility for unix systems to
throttle long running processes beyond what can be achieved by nice(1),
by repeatedly suspending and resuming the process.

It is written for python3, though there is some python2.7 compatibility.

Author:
Radovan Garabík

URL:
http://kassiopeia.juls.savba.sk/~garabik/software/polynice.html

License:
GPL (v2)

Notable changes:
* This is the first public release under the name `polynice' - the
  utility has been renamed from `verynice' due to name clash with an
  existing software.
* polynice can now emulate timeout(1) - terminate process after given
  time has passed
* MacOS X improvements
* better python2 compatiblity

-- 
 -----------------------------------------------------------
| Radovan Garabík http://kassiopeia.juls.savba.sk/~garabik/ |
| __..--^^^--..__    garabik @ kassiopeia.juls.savba.sk     |
 -----------------------------------------------------------
Antivirus alert: file .signature infected by signature virus.
Hi! I'm a signature virus! Copy me into your signature file to help me spread!

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web