Andrea Baldan
Andrea Baldan
`mkfifo` allows IPC and some lesser known tricks like `mkfifo /tmp/pipe && nc -l 12345 0/tmp/pipe` to setup a basic proxy (from https://en.wikipedia.org/wiki/Netcat#Proxying).
Design and implement an efficient persistence layer to be run as a cron routine for client sessions with `clean_session` set to `false`. - Sqlite3 backend DB, demand all heavy lifting...
Implement event loop `kevent` based private functions.
The memory footprint for each client session is really huge right now. The main benefit is an increase of performance due to not having to allocate any tracking packet for...
Give the possibility to utilize `tasq` as a brokerless task queue as well as a more traditional task queue based on a broker or a message queue to persist messages...
The `getCurlBody` API currently generate only JSON payloads, what about `--data-binary` payloads or images? Nice work btw!