linux - Can io scheduling priority be set on a filehandle basis? -


What folds can open in Linux, do they have an io scheduling preference? IONOS allows you to fully determine the IO priority for the processes. Is it possible for a process, for example, unnecessary priority on a file handle but general priority on the other? Or, to implement something like this, do I have to change the priority of 'io scheduling of processes because every file is read by hand?

I do not think that's straight, right.

Unix V6 Kernel (C.1978) Based on the characteristics of some devices, the awakening priority for different values ​​will give priority, depending on the length of the delay. If that functionality has been moved to Linux, then it may be used for your purposes.

Otherwise, you have to modify the kernel for your purposes. May increase the ioctl () to set the file to a new area with scheduling bias.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -