File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ endif::html_target[]
46
46
(((input)))One of the more difficult problems in writing systems that
47
47
communicate over the ((network)) is managing in- and ((output))—that
48
48
is, the reading and writing of data to and from the network, the
49
- ((hard disk)), and other such devices. Moving data around takes, and
50
- ((scheduling)) it cleverly can make a big difference in how quickly a
51
- system responds to the user or to network requests.
49
+ ((hard disk)), and other such devices. Moving data around takes time,
50
+ and ((scheduling)) it cleverly can make a big difference in how
51
+ quickly a system responds to the user or to network requests.
52
52
53
53
The traditional way to do in- and output is to have a function, for
54
54
example `readFile`, start reading the file and return only when the
You can’t perform that action at this time.
0 commit comments