Jump to content

Translations:System Activity/60/uk: Difference between revisions

From KDE UserBase Wiki
Yurchor (talk | contribs)
Created page with "Дані запитів та справжні дані можуть не збігатися. Наприклад, якщо дві програми виконують читанн..."
 
(No difference)

Latest revision as of 18:36, 29 March 2011

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (System Activity)
Data requested and actual data read from the hard disk are not equivalent - for example, if two applications read from the same file the operating system does not need to read from the actual hard disk twice  - it can just read it once and remember it for a short while.  Similarly, if one process writes to a file, but then another process writes over the top of that same file, there's no point writing the first version of the file to the actual hard disk.

Дані запитів та справжні дані можуть не збігатися. Наприклад, якщо дві програми виконують читання даних з одного файла, операційна система не виконуватиме читання з диска двічі: дані буде прочитано один раз з незначним періодом зберігання їх у операційній пам’яті. Подібна ж ситуація виникає, коли один процес записує дані до файла, але інший процес потім переписує той самий файл: немає сенсу записувати першу версію файла на диск, — записується лише остання версія.