Interprocess Communication


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Interprocess Communication
# 1  
Old 05-18-2009
Interprocess Communication

Hiya Everybody just joined,

Not sure if this is the right sectionSmilie

I require abit of an assistance with IPC!

I know there are different types of IPC porcesses like signals, semaphores, mutexes, shared memory, message queues, pipes and sockets.

Now say a system has a number of interrelated processes where
  • one interacts with a user,
  • one gathers data from a rotating machin,
  • one controls its speed and
  • another logs data to disk.
So, therefore which IPC would I require for the above and what method will I need to emply.

Thanks you!
# 2  
Old 05-19-2009
Anybody, Please?
# 3  
Old 05-19-2009
Quote:
Originally Posted by G.I.Joe
Anybody, Please?
Posting homework in the forums are against the rules.

Also bumping up posts are against the rules as well.
# 4  
Old 05-19-2009
Quote:
Originally Posted by Neo
Posting homework in the forums are against the rules.

Also bumping up posts are against the rules as well.
Appologies for not following the rules, I am extremely sorry about this.

and, this is not an homework I am just trying to understand IPC and was asking for opinions!Smilie
# 5  
Old 05-19-2009
Quote:
Originally Posted by G.I.Joe
... this is not an homework I am just trying to understand IPC and was asking for opinions!Smilie
Looks like a homework question to me.

We get a lot of IPC questions, and none of them are abstract and vague, without context.

I still think it is homework Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Logging/Reading Interprocess Communications

Greetings, I'm posting this in the shell scripting forum because I'm hoping this can be done in BASH or PERL. If not, I'm still open to suggestions of other ways to do it: I've got an iPhone app that's sending some encrypted (SSL) traffic to a server and I'd like to be able to read the... (0 Replies)
Discussion started by: FiZiX
0 Replies

2. Cybersecurity

Communication over firewall

Hey GUys, Once again I run in to problem and I am here for ur help. I have two sun(solaris) box on company LAN. One Unix Box is behind the firewall and the other one is Outside the firewall. The thing i need to do is remote display a graphic on Unix box outside the firewall to the Unixbox... (5 Replies)
Discussion started by: ajnabi
5 Replies

3. AIX

communication problems

hello i'v two aix servers 4.3. last night the goes down becuse electrical f problems. when the servers comes up i've notice that file /unix is gone. i've fix it and the problem fixed. after few hours the same crash becuse elctrical problems. file /unix is there , but now i've a... (0 Replies)
Discussion started by: ariec
0 Replies

4. HP-UX

Communication Failures

HI ALL, I have been trying to install a particular software using remote linux server. some thing like this: rsh <host ID> /usr/sbin/swinstall -x autoreboot=true -s /tmp/<software> <Product name>. The problem is whenever I try to install the product through a shell script the installation... (1 Reply)
Discussion started by: barun agarwal
1 Replies

5. Solaris

help on network communication

Hi, Can anyone suggest a Unix command or c-shell algorithm to simulate to behavior of "wall" command minus the "all users"? What I'm trying to do is to send a notice to just one particular user but i dont want other remotely-logged-on users to receive the message (on the pseudo-terminals). I... (3 Replies)
Discussion started by: Deanne
3 Replies

6. UNIX for Advanced & Expert Users

Interprocess communication status

hello gurus, I was wondering if someone would help me shed more light on this command. What I know so far is ipcs - stands for inter-process communication status and it reports on the following types of system resources. 1) Message queues 2) Shared memory and 3) Semaphores Please explain... (4 Replies)
Discussion started by: jerardfjay
4 Replies

7. UNIX for Advanced & Expert Users

Pipe, interprocess communication

Earlier I posted a question regarding this issue. I managed to go a step further. Anyway, this is another similar question Write a programme that creates a ring of three processes connected by pipes. The first process should prompt the user for a string and then send it to the second process .... (2 Replies)
Discussion started by: scmay
2 Replies

8. UNIX for Advanced & Expert Users

Interprocess communication using pipes and fork

I'm very worried. I have an assignment that is due in 3 weeks, and also tute exercises which I can't seem to understand and work out. Okay, the question: The parent process will convert the command arguments into integer values using atoi() and store them into an integer array which you will... (2 Replies)
Discussion started by: scmay
2 Replies
Login or Register to Ask a Question