janwilmans / nowindlibraries

Support libraries for nowind interface and developer emulation environment
https://github.com/janwilmans/nowindlibraries
MIT License
1 stars 0 forks source link

Separate BlockWrite from SectorWrite/DoWrite() in nwhostapp #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Seporation of the BlockWrite concept is a cleaner implementation and allows the 
BlockWrite transfer to be used in different ways.

1) it is conceptually correct
2) it allows multiple outstanding blocks (which is a speed advantage)
3) it allows re-use of BlockWrite in custom user protocols

Original issue reported on code.google.com by janwilm...@gmail.com on 6 Nov 2011 at 10:55

GoogleCodeExporter commented 8 years ago

Original comment by janwilm...@gmail.com on 6 Nov 2011 at 10:55

GoogleCodeExporter commented 8 years ago

Original comment by janwilm...@gmail.com on 6 Nov 2011 at 10:59