One basic question:
What is the actual physical storage place for message queues and named
pipes? Do they exist as part of disk or memory always, implementation
dependent?
|
|
0
|
|
|
|
Reply
|
qazmlp1209 (241)
|
12/18/2005 5:15:36 PM |
|
In article <1134926135.917040.210370@g47g2000cwa.googlegroups.com>,
qazmlp1209@rediffmail.com wrote:
> One basic question:
> What is the actual physical storage place for message queues and named
> pipes? Do they exist as part of disk or memory always, implementation
> dependent?
It's implementation-dependent, but most implementations use kernel
memory for them, since they don't need any permanent storage. They
might end up temporarily in the swap partition as a result of paging.
--
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***
|
|
0
|
|
|
|
Reply
|
Barry
|
12/18/2005 5:24:20 PM
|
|
qazmlp1209@rediffmail.com wrote:
# One basic question:
# What is the actual physical storage place for message queues and named
# pipes? Do they exist as part of disk or memory always, implementation
# dependent?
There is an i-node and directory entry for a named pipe, but no disk
contents you can access. IPC entities don't even make it as far as a
directory. The pages holding the data may be paged to disk, but normal
users cannot open the swap areas; that's handled by virtual memory
magic for you.
Pay no attention to the kernel behind the curtain.
--
SM Ryan http://www.rawbw.com/~wyrmwif/
Don't say anything. Especially you.
|
|
0
|
|
|
|
Reply
|
SM
|
12/18/2005 5:54:53 PM
|
|
qazmlp1209@rediffmail.com wrote:
> One basic question:
> What is the actual physical storage place for message queues and named
> pipes?
Usually kernel-only accessible memory.
Do they exist as part of disk or memory always, implementation
> dependent?
Implementation dependant.
|
|
0
|
|
|
|
Reply
|
ISO
|
12/18/2005 7:22:55 PM
|
|
|
3 Replies
625 Views
(page loaded in 1.055 seconds)
Similiar Articles: Where do message queues, named pipes reside? - comp.unix ...One basic question: What is the actual physical storage place for message queues and named pipes? Do they exist as part of disk or memory always, impl... oracle export utility and named pipes. - comp.unix.solaris ...high kernel memory usage - comp.unix.solaris Where do message queues, named pipes reside? - comp.unix ... ... issue: High Kernel mode CPU usage « Oracle database ... ... Stacks Queues and other data structures. - comp.lang.pascal.misc ...Where do message queues, named pipes reside? - comp.unix ... The pages holding the data may be paged to disk ... between pipes and message queues: Message queues have ... named common and subprogram names - comp.lang.fortranWhere do message queues, named pipes reside? - comp.unix ... There is an i-node and directory entry for a named pipe ... Archive-name: cdrom/cd-recordable/part1 Posting ... Message queue sizing on Linux - comp.databases.ibm-db2Where do message queues, named pipes reside? - comp.unix ... Message queue sizing on Linux - comp.databases.ibm-db2 Message queue sizing on Linux - comp.databases.ibm-db2 ... SAY command on z/OS - Routine not found - comp.lang.rexx ...Where do message queues, named pipes reside? - comp.unix ... SAY command on z/OS - Routine not found - comp.lang.rexx ... It has nothing to do with say. >SAY USER.CLIST ... Sharing Data Between Processes - comp.os.ms-windows.programmer ...The easiest way to do interprocess communcication, and it's safe. Windows uses ... Using named pipes, sockets or Windows > messages, for example. Actually, please take a ... comp.unix.programmer - page 53Named pipes problem 1 75 (9/30/2003 10:34:09 AM) Hi all, Please help me on the ... 24 AM) Hi all, I am new to unix programming and now I am going through message queues ... Disk I/O - comp.unix.solaris... man page ftp://ftp.emc.com/pub/symm3000/iorate/.message ... IMHO, quantiles, median belongs ... Do named pipes have disk I ... vmstat High Wait Queue - comp.unix.solaris Paging ... HP-UX 11.11 overwriting core file(s) - How to prevent? - comp.sys ...On Solaris, the core file gets named "core.<procname ... ppluzhnikov-nsp@charter.net> wrote in message news ... before loading each daemon, several reside in the same ... Where do message queues, named pipes reside? - comp.unix ...One basic question: What is the actual physical storage place for message queues and named pipes? Do they exist as part of disk or memory always, impl... differences between pipes, FIFOs, message queues, shared memory ...What are the differences between pipes, FIFOs, message queues, shared memory, and ... do not have to share a common process origin and the message sent to the named ... 7/22/2012 10:20:37 AM
|