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 |
why you are using nis server
User unable to login in server then how can u troubleshooting it? Example: server at Bangalore. in that server two users try to login in server. 1st user able to login. but second user unable to login so how can troubleshoot it ?
expalin the process of kickstart installation?
What is the use of DNS Server? Name other servers works same as like DNS?
How to Trouble shoot performance issue in RHEL administration ? please give to one example
What utility can you use to automate rotation of logs?
How to sort a file of size 2N bytes, if I have N bytes of memory?
My root password has been changed, how can i enter into the system without root password?
What text filter can you use to display a binary file in octal numbers?
Tell me the 5 differences between Linux and Unix?
How to findout, if the user is local user or NIS user in the Linux (RHEL)?
Through ssh whole directory structure from / is shared regardless the user we have connected with ....... how do i prevent sharing ??