An open API service indexing awesome lists of open source software.

https://github.com/klus3kk/queuenotification

Project for studies which contains a queue-based notification system made with IPC mechanisms.
https://github.com/klus3kk/queuenotification

c ipc notification-system operating-system-learning unix

Last synced: about 1 year ago
JSON representation

Project for studies which contains a queue-based notification system made with IPC mechanisms.

Awesome Lists containing this project

README

          

# Queue-based Notification System
Project which contains a queue-based notification system made with IPC mechanisms.

## Instruction
```bash
gcc inf160268_155228_d.c -o dispocitor && ./dispocitor
```

```bash
gcc inf160268_155228_p.c -o producer && ./producer 1 10
```

```bash
gcc inf160268_155228_k.c -o client && ./client keyfile.txt 1
```

For deleting processes:
```bash
ipcrm -a
```