UNIX coordinates the activities of the kerne I /O components by manipulating shared in-kemel data structures,whereas Windows NT uses object-oriented message passing between kemel I/O components.Discuss three pros and three cons of each approach.
Three pros of the UNIX method: Very efficient,low overhead and low amount of data movement
Fast implementation- no coordination needed with other kemel components
Simple,so less chance of data loss
Three cons: No data protection,and more possible side-effects from changes so more difficult to debug
Difficult to implement new I/O methods: new data structures needed
rather than just new objects
Complicated kemnel I/O subsystem,full of data structures,access routines,and locking mechanisms
这道题你会答吗?花几分钟告诉大家答案吧!
扫描二维码,关注牛客网
下载牛客APP,随时随地刷题
Three pros of the UNIX method: Very efficient,low overhead and low amount of data movement
Fast implementation- no coordination needed with other kemel components
Simple,so less chance of data loss
Three cons: No data protection,and more possible side-effects from changes so more difficult to debug
Difficult to implement new I/O methods: new data structures needed
rather than just new objects
Complicated kemnel I/O subsystem,full of data structures,access routines,and locking mechanisms