[Solved] SOLVED:Programming Assignment 5 solution

30 $

File Name: SOLVED:Programming_Assignment_5_solution.zip
File Size: 376.8 KB

SKU: [Solved] SOLVED:Programming Assignment 5 solution Category: Tag:

Or Upload Your Assignment Here:


This assignment requires you to write a multi-processed program that works with a memory-mapped file. With the help of virtual memory, memory mapping approach allows a disk file to be initially mapped into memory through demand paging and then to be manipulated subsequently via memory accesses rather than disk file I/O. This can lead to improved performance (refer to pp. 430-433 of the textbook for details). Your C program will spawn two child processes that manipulate a memory-mapped file. Make sure that your submitted program compiles and runs on Athena. 1. In your program, the parent process takes a file name from the command line, creates a file with read/write permissions using the given file name, and initializes the file with the following lower-case string: with the mmap call, a disk file gets mapped into memory through demand
paging, i.e., a page sized portion of the file is initially read into
memory through a page fault. subsequent reads and writes to that portion
of the file are handled as routine memory accesses. this improves file
processing performance. in this assignment, the parent process memory maps
this disk file first, and then creates two child processes that each make
some changes to this file. when both child processes are done, changes
made in memory are synch’ed to the disk file.
The parent process then memory maps the file into the memory using the mmap() system call in the following manner (for more information on mmap() call, please refer to the on-line manual via “man mmap”). Afterwards, the parent creates two child processes, waits for the child processes to finish before it exits. #include

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[Solved] SOLVED:Programming Assignment 5 solution
30 $