Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: Mmap question

by leriksen (Curate)
on Jan 31, 2005 at 00:46 UTC ( [id://426470]=note: print w/replies, xml ) Need Help??


in reply to Re: Mmap question
in thread Mmap question

Your quite right about being passed on fork (but it is not copied across exec's if working at the C level).

And zentara I think your right about the octal to decimal conversion.

As for using mmap(2) for IPC, Stevens demonstrates a technique for mmap across related processes (you cant use mmap across unrelated processes, because the address is for that process family. If an unrelated process tries to use it, you'll get a SIGSEGV or SIGBUS core dump). He creates a mmap'd area from /dev/zero, then has co-operating parent and child increment a long integer in turn.

Stevens last word on mmap and shared memory is "If shared memory is required between unrelated processes, the shmXXX functions must be used"

...it is better to be approximately right than precisely wrong. - Warren Buffet

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://426470]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (2)
As of 2024-04-20 03:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found