icon
Search ! Aware:



     ! Aware > Perl > Communications > Interprocess > Local >

Local Process Communication

Communication between processes running on the same system. Synchronization. File locking. Signals. FIFOs, pipes, et al
- Q&A - Info - Libs & Functions - Other Resources - Related Subjects -
Personalized Selections
Platform: Unix/BSD/Linux.
License: Open-source.
Prog.Language: Perl. C/C++. PHP.
Maturity: Stable.
Pre-Selections

Use our system: Bring Rapid Knowledge Transfer and Awareness to your company website!


Home
  By TONY
  By MARK
  By JERRY
  By ANN
  By ERICA

Search all pages


Subjects

By activity
Professions, Sciences, Humanities, Business, ...

User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...

Text Strings
Conversions, tests, processing, manipulation,...

Math
Integer, Floating point, Matrix, Statistics, Boolean, ...

Processing
Algorithms, Memory, Process control, Debugging, ...

Stored Data
Data storage, Integrity, Encryption, Compression, ...

Communications
Networks, protocols, Interprocess, Remote, Client Server, ...

Hard World
Timing, Calendar and Clock, Audio, Video, Printer, Controls...

File System
Management, Filtering, File & Directory access, Viewers, ...

    
Related Subjects (Perl)

See also Remote Process Communication - Methods of communicating to remote processes. Remote Procedure Calls, sockets, data format translation, et al

See also: Process Creation and Control (starting and controlling child and peer processes)

See also: Process Signals and Events - Sending and handling signals and events.

See also: Program Environment Variables - Getting/ Setting program environment variables

Up to Communications

(There may be additional related subject pages listed here)


Information and Publications: Showing

(Perl Interprocess Communication) Signals

(Perl Interprocess Communication) Named Pipes

(Perl Interprocess Communication) Using open() for IPC

(Perl Interprocess Communication) SysV IPC No qualified books.

See Also

Full List of Books Perl
ALL
Books
Info
For Perl


Questions and Answers: Showing
Q & A
++Showing+-
For Perl
+Partial-
For Programmers
+-Hiding all--
From Unix Programming FAQ

How can I open a pipe both to and from a command?

Perl FAQ

Why can't I get the output of a command with system()?

Perl FAQ

How can I capture STDERR from an external command?

Perl FAQ

Why doesn't open() return an error when a pipe open fails?

Perl FAQ

See Also

Full List of Questions and Answers

Libraries and Components: Showing
Libs and Functions
++Showing+-
From CPAN
For Perl
in Perl
+Partial-
Open Source
+-Hiding all--
For Unix/BSD/Linux
man pages
in C/C++
in PHP

(Perl builtin function) msgctl ID,CMD,ARG Calls the System V IPC function msgctl(2).

(Perl builtin function) msgget KEY,FLAGS Calls the System V IPC function msgget(2).

(Perl builtin function) msgsnd ID,MSG,FLAGS Calls the System V IPC function msgsnd to send the message MSG to the message queue ID.

(Perl builtin function) msgrcv ID,VAR,SIZE,TYPE,FLAGS Calls the System V IPC function msgrcv to receive a message from message queue ID.

(Perl builtin function) pipe READHANDLE,WRITEHANDLE Opens a pair of connected pipes

(Perl builtin function) readpipe EXPR EXPR is interpolated and then executed as a system command.

(Perl builtin function) semctl ID,SEMNUM,CMD,ARG Calls the System V IPC function semctl.

(Perl builtin function) semget KEY,NSEMS,FLAGS Calls the System V IPC function semget.

(Perl builtin function) semop KEY,OPSTRING Calls the System V IPC function semop to perform semaphore operations such as signaling and waiting.

(Perl builtin function) shmctl ID,CMD,ARG Calls the System V IPC function shmctl.

(Perl builtin function) shmget KEY,SIZE,FLAGS Calls the System V IPC function shmget. Returns the shared memory segment id, or the undefined value if there is an error.

(Perl builtin function) shmread ID,VAR,POS,SIZE Reads the System V shared memory segment ID starting at position POS for size SIZE by attaching to it, copying in/out, and detaching from it.

(Perl builtin function) socketpair SOCKET1,SOCKET2,DOMAIN,TYPE,PROTOCOL Creates an unnamed pair of sockets in the specified domain.

IPC::SysV - An alternate implementation of the Sys V IPC commands built into Perl. "Sys V IPC" is a commonly used means of interprocess communication -- if you have two processes on the same computer that need to exchange information, you probably want to use [Perl] {oss}

At CPAN

Parallel::PVM - The Parallel Virtual Machine message passing system. This module is an interface to the PVM library. [Perl] {oss}

At CPAN

Other Libraries, Functions, and Components

Full List

Detailed Filter and Focus Checklist

Default Selections
- man pages - Open Source
Information: All
Add-Hiding all-Hide
Books
Questions and Answers: All
Add+Showing+Hide
For Perl
AddPartialHide
For Programmers
Add-Hiding all-Hide
From Unix Programming FAQ

Applications and Utilities: All
Add-Hiding all-Hide
man pages
For Unix/BSD/Linux
Open Source

Libraries, Functions, and Components: All
Add+Showing+Hide
For Perl
in Perl
AddPartialHide
Open Source
Add-Hiding all-Hide
For Unix/BSD/Linux
man pages
in C/C++
in PHP



Rapid-Links: Search | About | Comments | Submit Path: RocketAware > Communications > Interprocess > Local >
RocketAware.com is a service of Mib Software
Copyright 2001, Forrest J. Cavalier III. All Rights Reserved.
We welcome submissions and comments