首页 > 试题广场 >

UNIX coordinates the activitie

[问答题]

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

发表于 2018-03-25 10:22:07 回复(0)