Answer the question
In order to leave comments, you need to log in
How to pass data from child script to main script?
Hello, there are several handler scripts and an asynchronous script manager, to which handlers must instantly transfer data. How to link such scripts correctly?
I only know import and pipes, but child scripts in them cannot access the parent, only the parent can call some function in them
Answer the question
In order to leave comments, you need to log in
With the help of IPC , in general.
In particular, multiprocessing .
Or, as another option, use zeromq .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question