|
|
|
|
|
by professor_v
895 days ago
|
|
This whole article is terribly confusing. Take this paragraph for example: Now, your process might depend on other system resources like input and output; as this event is also a process, it also has a file descriptor, which will be attached to your process in the file descriptor table. What event? Are input and output an event? Why is this event its own process? Input and output are not a process are they? Also, does a process have its own file descriptor table? That was never mentioned before and this reads like it is already known. This sort of stuff goes on in my head throughout the entire article... It's also still unclear to me what happens if multiple processes try to access the same file. Do file descriptors help to lock files during writing? |
|