there are many IPC mechanisms available in Linux ? Which one
is best to use and when ?
Answer / shankar (basav)
Amonog all the available IPCs, Shared Memory is the best
and fastest one. We need to use Shared memory when more
than one proceses wish to communicate each other on a
common read-only memory. It is fast because it does not
involve physical moment of data as the data is shared among
them.
Mutex/Semaphore is the best when a resource(including
memory) is non-shared.
| Is This Answer Correct ? | 13 Yes | 2 No |
As a system admin i want to know some things what are the troubleshooting issues we are facing frequently and what are the tickets will be raised.
How to apply patch for multiple servers .
will u plz send me the complete steps of installation of red hat linux on intel's core 2 duo processor?
cups stands for..?
What command can you use to review boot messages?
what is memory mapped / IO mapped ? Which calls used for this to access any hardware address in linux device driver ?
Friends, I don't have enough free space in root directory. but in home directory I have 40gb free. So I can not install anything in root directory (which occupies more space) Please suggest me If there is any possibility to increase the root directory size by minimising the home directory's.
i installed clustering packages.When i try to run it getting LUCI error...what is it..??
Who owns the data dictionary?
why accounting Software does not support on linux?
How to load the old kernel without rebooting server
Which directory is closer to the top of the file system tree, parent directory or current directory?