Skip to content

Realization of a File Server Using System V Message Queues

Notifications You must be signed in to change notification settings

Anilberke/g-SystemVMessageQueues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Clone the directory

$ git clone https://github.com/Anilberke/g-SystemVMessageQueues.git

Give permissions to the file

$ chmod -R 755 mssgque/

Navigate to the project directory:

$ cd ~/mssgque

Compile the project if it is not already compiled using make

$make

Running the Programs

Run the server in one terminal:

$./server

Run the read process in another terminal:

$./read_process

Run the write process in another terminal:

$ ./write_process

Run the client in another terminal:

$ ./client

You can read or write the hello.c file.

Use sample.txt to read or write

About

Realization of a File Server Using System V Message Queues

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published