[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Copying memory between processes?



On Mon, Jul 01, 2002 at 09:16:57PM +0200, wojtek@ifirma.pl wrote:
> Is it possible (on BSD :-) to copy a chunk of memory directly from one
> process' address space to another process' address space?

  Yes, there are many ways to do it.
  
  One way is to use SysV shared memory (see shmget()) .
  Another way is to mmap() a file...

-- 
 __  /*-      Frank DENIS (Jedi/Sector One) <j@42-Networks.Com>     -*\  __
 \ '/    <a href="http://www.PureFTPd.Org/";> Secure FTP Server </a>    \' /
  \/  <a href="http://www.Jedi.Claranet.Fr/";> Misc. free software </a>  \/