"Morphex's Blogologue": Thread-safe message database for SMPS :
"Morphex's Blogologue": Thread-safe message database for SMPS
by:
blow post content copied from Planet Python
click here to view original post
I hacked a little more on the SMPS project today, which resulted in the following commit:
https://github.com/morphex/smps/commit/8c565c561c0a9593f4d5e...
A pretty straight-forward message passing queue, that expires messages after n number of seconds. I guess the only thing left now before it can be put into practical use, is adding some sort of handshake with a secret, so that it is possible to protect the message queue from unauthorized access.
July 18, 2022 at 10:10PM
Click here for more details...
=============================
The original post is available in Planet Python by
this post has been published as it is through automation. Automation script brings all the top bloggers post under a single umbrella.
The purpose of this blog, Follow the top Salesforce bloggers and collect all blogs in a single place through automation.
============================
by:
blow post content copied from Planet Python
click here to view original post
I hacked a little more on the SMPS project today, which resulted in the following commit:
https://github.com/morphex/smps/commit/8c565c561c0a9593f4d5e...
A pretty straight-forward message passing queue, that expires messages after n number of seconds. I guess the only thing left now before it can be put into practical use, is adding some sort of handshake with a secret, so that it is possible to protect the message queue from unauthorized access.
July 18, 2022 at 10:10PM
Click here for more details...
=============================
The original post is available in Planet Python by
this post has been published as it is through automation. Automation script brings all the top bloggers post under a single umbrella.
The purpose of this blog, Follow the top Salesforce bloggers and collect all blogs in a single place through automation.
============================

Post a Comment