Study Materials :
IPC : PIPES, SHARED MEMORY, SOCKETS ETC
SHARED MEMORY PROGRAMMING: BASIC CONCEPT
PROCESSES
THREADS
Basic Programs : Language C
IPC : PIPES, SHARED MEMORY, SOCKETS ETC
SHARED MEMORY PROGRAMMING: BASIC CONCEPT
PROCESSES
THREADS
Basic Programs : Language C
- To-send-n-numbers-from-parent-process
- To-send-n-strings-from-parent-to-child
- To-send-back-prime-numbers-to-parent
- To-send-palindrome-back-to-parent
- Shared Memory: Child Process finds the largest and Smallest Number
- Shared Memory: Display names in alphabetical order in child process
- Producer-Consumer Problem
- X sends N numbers to Y who select prime numbers and send them to Z. Z send the sum of primes to X who displays the result. Implement IPC using pipes. X,Y,Z are processes.(2013)
- Process X gives a file name and value n to process Y. Y has to copy first n lines of file into a new file and sent the file name back to X who display the content of new file. Implement using pipes.(2013)
For more programs refer following links:
No comments:
Post a Comment