tovid-suite / tovid

Suite of tools for DVD authoring
http://tovid.wikia.com/wiki/Tovid_Wiki
GNU General Public License v2.0
7 stars 4 forks source link

Use ionice to set IO priority #49

Open tovid-suite opened 9 years ago

tovid-suite commented 9 years ago

From jerith666 on April 10, 2008 22:41:58

I just learned today about 'ionice', which sets I/O priority just like 'nice' sets CPU priority. Attached is a patch which makes tovid use this program as well as 'nice' to set the I/O priority based on the '-priority' argument.

Attachment: tovid-ionice.diff

Original issue: http://code.google.com/p/tovid/issues/detail?id=47

tovid-suite commented 9 years ago

From bortzme...@gmail.com on April 11, 2008 00:42:53

ionice seems Linux-specific, no?

Anyway, on my Debian machine, ionice is not always installed (it is in the optional package schedutils, so you should at least test its presence.

tovid-suite commented 9 years ago

From grepper@gmail.com on April 16, 2008 06:41:58

Labels: -Type-Defect -Priority-Medium Type-Enhancement Priority-Low Affects-tovid