![]() |
CITS2002 Systems Programming |
← prev | next → | ![]() |
![]() |
|||
Inter-process communicationWhen writing programs, we don't write all of the code ourselves. Wherever possible, we employ standard, well-tested, functions - both from programming language standard libraries and from 3rd-party developers.Similarly, our running programs - processes - should not attempt to perform all of the work themselves, if there is a standard, well-tested resource that can perform some of the work. Processes do not, should not, work in isolation, and should communicate with other processes if useful to do so.
CITS2002 Systems Programming, Lecture 18, p8, 2nd October 2023.
|