Question:
IPC in Solaris Operating System?
paranormalactvt
2006-04-23 04:30:18 UTC
working of IPC in Solaris OS
Three answers:
morgan
2006-04-23 22:58:00 UTC
Solaris supports many IPC mechanisms (pretty much

everything in SysV, BSD, and maybe some Solaris-specific

things too. The ones that occur to me are:



pipe - limited to related processes

http://docs.sun.com/app/docs/doc/816-5167/6mbb2jaj3?a=view



socket - either Unix or INET domain

http://docs.sun.com/app/docs/doc/816-5170/6mbb5esr0?a=view



fifo - aka "named pipe" (rendevous in file system)

http://docs.sun.com/app/docs/doc/816-5168/6mbb3hrhl?a=view



mmap - shared memory synchronized in file system

http://docs.sun.com/app/docs/doc/816-5167/6mbb2jaie?a=view



shmop - System V shared memory

http://docs.sun.com/app/docs/doc/816-5167/6mbb2jakt?a=view



msg - System V message queues

http://docs.sun.com/app/docs/doc/816-5167/6mbb2jaii?a=view



doors - fast calls between processes

http://docs.sun.com/app/docs/doc/816-5171/6mbb6dcne?a=view
raymondpendergraph
2006-04-23 05:52:33 UTC
Are you asking if it can be done? How it works? IPC on Solaris can be accomplished in many ways... special sockets, shared memory, files, etc. A common way in unix to for two processes to communicate is through a special socket that resides on the file system (non TCP socket). Search the web for sockets or unix sockets and see what you get.
anonymous
2016-12-13 15:32:41 UTC
i think of that's ok. ive in basic terms used a stripped down version on college library computers. even have used a prior version for artwork with unix. looked ok. while you're conscious of linux i dont think of you will locate plenty new here are solaris is likewise a unix like OS


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...