> Hi, 
>   Does anybody know how the mmap() works? 
>   mmap() creates a mapped region for a potion of the
> file.  Any data written to a mapped region are stored
> in its corresponding file object "automatically" by
> OS.
>   The question is how the "automatically" work.
>   Thanks.
>   Jerry
> 

It seems to me it hooks into the paging support in the kernel - it's the only 
way I see for "paging" to occur with no swap file/partition.


-- 
Cheers
John Summerfield
http://www2.ami.com.au/ for OS/2 & linux information.
Configuration, networking, combined IBM ftpsites index.

Microsoft's most solid OS: http://www.geocities.com/rcwoolley/

Note: mail delivered to me is deemed to be intended for me, for my disposition.





_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to