Skip to content

C code to count number of words,characters and lines in a file. Multiprocessor design

Notifications You must be signed in to change notification settings

sarthak9426/Multiprocessor-word-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Multiprocess Word-Counter with Crash Handling

wc.c is a simple program written in C to count the number of words, characters and lines in a text file.

The single process approach cannot scale to handle large files. Therefore, multiwc.c counts the number of words, characters and lines in a file using multiple child processes. This program receives the number of child processes and an input file name through the command-line argument.

multiwc_crash introduces crash handling to the multiprocessor word counter.  

About

C code to count number of words,characters and lines in a file. Multiprocessor design

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages