https://github.com/fontseca/concurrent-email-server
program for sending emails to several recipients concurrently (for technical assessment)
https://github.com/fontseca/concurrent-email-server
cpp mail-client multithreading priority-queue
Last synced: 8 months ago
JSON representation
program for sending emails to several recipients concurrently (for technical assessment)
- Host: GitHub
- URL: https://github.com/fontseca/concurrent-email-server
- Owner: fontseca
- Created: 2022-09-21T18:59:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T23:47:17.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T17:13:16.883Z (over 1 year ago)
- Topics: cpp, mail-client, multithreading, priority-queue
- Language: C++
- Homepage:
- Size: 830 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Too many tasks, not enough speed
Mail processing in 8 threads in parallel.
## Email processing

## Message when main thread finishes

## Output log file

## Generated bar chart of emails

## Received emails

> I used [10 Minute Mail](https://10minutemail.net/) to generate fake emails.
## Author
### [Jeremy Fonseca](https://github.com/fontseca)