Answer the question
In order to leave comments, you need to log in
Is twisted suitable for inter-process communication between python scripts?
There are two scripts - cli and srv. They run on one local machine, but the cli script can be run in multiple instances. I need to organize the interaction between the cli scripts and the srv script, taking into account the following requirements:
1. Srv must be able to simultaneously process requests from several cli scripts;
2. Data exchange must be resistant to high loads;
3. In the execution results, I would like to transfer unhandled exceptions from srv to cli. (Although not mandatory here, but desirable)
In general, I'm wondering if twisted is suitable for such tasks? And if so, how much better is it than using Rpyc or Pyro? And if it does not fit, what library can you recommend me.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question