public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* how mmap() works?
@ 2001-03-29 22:14 Jerry Hong
  2001-03-29 22:38 ` J . A . Magallon
  2001-04-01 16:41 ` Andreas Bombe
  0 siblings, 2 replies; 5+ messages in thread
From: Jerry Hong @ 2001-03-29 22:14 UTC (permalink / raw)
  To: linux-kernel

Hi, 
  mmap() creates a mmaped memory associated with a
physical file. If a process updates the mmaped memory,
Linux will updates the file "automatically". If this
is the case, why do we need msync()? If this is not
the case, what is the interval between 2 "WRITE" (IO
request operation) request to the physical file
because it really updates the physical file somehow
even without msync().
  Any comments about how mmap() works will be
appreciated.
  Thanks.
  
  Jerry
  

__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/?.refer=text

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-04-02  0:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-03-29 22:14 how mmap() works? Jerry Hong
2001-03-29 22:38 ` J . A . Magallon
2001-04-01 16:41 ` Andreas Bombe
2001-04-01 20:28   ` Tim Hockin
2001-04-02  0:42     ` Andreas Bombe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox