Exforsys

Online Training

How to handle the term in Linux

This is a discussion on How to handle the term in Linux within the Linux forums, part of the Operating Systems category; What is actually inter-process communication and how can one handle and create this in Linux environment. I want to ...


Go Back   Exforsys > Operating Systems > Linux

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 03-09-2007, 04:35 PM
Senior Member
 
Join Date: Apr 2006
Posts: 162
sammy is on a distinguished road
Question How to handle the term in Linux

What is actually inter-process communication and how can one handle and create this in Linux environment. I want to know about this term in detail as I do not have a least idea about this term
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-20-2007, 04:18 PM
Senior Member
 
Join Date: Apr 2006
Posts: 145
Rahulbatra is on a distinguished road
The Linux IPC also called as Inter-process communication facilities provide a method for multiple processes to communicate with one another. Some of the various IPC used in Linux environment are:
Half-duplex UNIX pipes
FIFOs (named pipes)
SYSV style message queues
SYSV style semaphore sets
SYSV style shared memory segments
Networking sockets
Full-duplex pipes (STREAMS pipes)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-20-2007, 04:29 PM
Member
 
Join Date: Apr 2006
Posts: 98
Angela is on a distinguished road
UNIX pipes mentioned above form a IPC tool or method because it is a method of connecting the standard output of one process to the standard input of another. They are termed as Half-duplex UNIX pipes because they provide a method of one-way communications between processes.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-20-2007, 04:34 PM
Senior Member
 
Join Date: Apr 2006
Posts: 122
rachelle is on a distinguished road
The FIFO or named pipe is similar to that of pipe with some differences namely named pipes exist as a device special file in the file system and when all I/O is done by sharing processes, the named pipe remains in the file system for later use.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Linux Frequently Asked Questions with Answers (Part 6 of 6) rkiesling@mainmatter.com Tech FAQ 0 05-03-2004 07:55 AM
Linux Frequently Asked Questions with Answers (Part 2 of 6) rkiesling@mainmatter.com Tech FAQ 0 05-03-2004 07:55 AM
Linux Frequently Asked Questions with Answers (Part 3 of 6) rkiesling@mainmatter.com Tech FAQ 0 05-03-2004 07:55 AM
Solaris x86 FAQ 2/2 Dan Anderson Tech FAQ 0 04-27-2004 08:24 PM
Linux Frequently Asked Questions with Answers (Part 5 of 6) rkiesling@mainmatter.com Tech FAQ 0 04-18-2004 09:55 AM


All times are GMT -4. The time now is 06:42 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2004 - 2007 Exforsys Inc. All rights reserved.