Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.pascal.misc > #2458

More about message passing..

Newsgroups comp.lang.pascal.misc
Date 2019-08-14 11:03 -0700
Message-ID <75dadab0-ba3c-44fd-a1c3-a72d49ec970c@googlegroups.com> (permalink)
Subject More about message passing..
From aminer68@gmail.com

Show all headers | View raw


Hello,


More about message passing..

An advantage of shared memory model is that memory communication is faster as compared to the message passing model on the same machine.

Read the following to notice it:

"One problem that plagues microkernel implementations is relatively poor performance. The message-passing layer that connects
different operating system components introduces an extra layer of
machine instructions. The machine instruction overhead introduced
by the message-passing subsystem manifests itself as additional
execution time. In a monolithic system, if a kernel component needs
to talk to another component, it can make direct function calls
instead of going through a third party."


Thank you,
Amine Moulay Ramdane.





Back to comp.lang.pascal.misc | Previous | Next | Find similar | Unroll thread


Thread

More about message passing.. aminer68@gmail.com - 2019-08-14 11:03 -0700

csiph-web