I have a series of independant bash shell running 1 python program. I need to pass some status information between them (high frequency and small size).
Is there an efficient to communicate between those PID process (using python) ? I see those ones :
flat file (issue concurrency).
Key value table like MongoDB.
Just wondering, if there are some packages in python, simplifying this.