[BACK]Return to TODO.md CVS log [TXT][DIR] Up to [local] / src / usr.bin / rsync

Diff for /src/usr.bin/rsync/Attic/TODO.md between version 1.6 and 1.7

version 1.6, 2019/02/18 21:55:27 version 1.7, 2019/02/18 22:47:34
Line 47 
Line 47 
   
 - Hard: the same, but for Linux.  - Hard: the same, but for Linux.
   
 - Hard: make the sender loop use an event handler on incoming and  
   outgoing I/O.  Right now it moves in lockstep and can be considerably  
   more responsive to requests by reading them in immediately instead of  
   having them sit in the receiver queue while it waits for disc IO.  
   This isn't *that* hard.  
   
 - Hard: once the sender loop is optimised, the uploader can also queue  - Hard: once the sender loop is optimised, the uploader can also queue
   up block metadata to send on-demand instead of reading in the file    up block metadata to send on-demand instead of reading in the file
   then sending, then reading again, then sending.    then sending, then reading again, then sending.

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7