Bug #5840
Handle slow file systems better
Start date:
04/07/2014
Due date:
% Done:
100%
Estimated time:
Description
Slow file systems can block the main reactor thread, bringing everything to a halt. Make sure all fs operations are run in a separate thread.
History
#1 Updated by Robert Illingworth almost 7 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
All filesystem operations are now delegated to the thread pool. This may slow down fast file systems a little because of extra overhead, but it will make slow ones more responsive.