S
S
Semyon2021-08-23 11:28:34
Python
Semyon, 2021-08-23 11:28:34

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

1 answer(s)
R
Roman Mirilaczvili, 2021-11-05
@2ord

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 question

Ask a Question

731 491 924 answers to any question