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 |
How to know what are the packages required for any service? Example: How to know what are the package required for send mail services. using any command it is passable are not?
How do i check which nfs version I am using ????????
Why is it suggested to disable journalism in ext4 filesystem?
how can i make an user to nologin without locking the account for the user
how to recollect root password
Without Using $date -dyesterday. How I get the yesterday's date ?
what is the difference betweenh the NFS and FTP?
why you are using nis server
In how many ways linux can be installed n explain th steps involved in installation in any of the method..?
This question is belong to linux support. "one of my customer told to me, my application is getting slow response". how to resolve the issue. what are the steps you will follow to resolve the issue.
Hi all Could u plz tell me how I can get UNIX/Linux Certification
what is the use of runlevel 4 in redhat linux? in which cases it will use.