Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 576 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 576 Bytes

Distributed Grep

Advanced GREP command line utility to implement a simple command to search whole words in two files using distributed processing using sockets.

Workflow

  • The server and the client are required to run on two different machines.
  • The communication between the client and the server will be through sockets
  • The server must start running before the client, and wait for a connection from the client.
  • The server must run in an infinite loop.

Demo

Demo.dgrep.mp4