Why do systems become slow when doing massive writes to disk?
I want to know why systems become slow when writing mass data to disk.
I think that for system to become slow, there should be some issue with CPU. But write is only I/O bound.
Do hardware interrupts occur when writing data? If so, it may be because of the interrupts that the CPU is always context switching.
I want to know why systems become slow when writing mass data to disk.
I think that for system to become slow, there should be some issue with CPU. But write is only I/O bound.
Do hardware interrupts occur when writing data? If so, it may be because of the interrupts that the CPU is always context switching.
No comments:
Post a Comment