I
I
Ilya2019-09-28 22:16:18
Python
Ilya, 2019-09-28 22:16:18

How to create shared memory in Python 3.7 with multiprocessing?

It is necessary to implement a client in Python with two threads.
In one thread, the process receives a constant stream of data from the server via websockets and puts them in a list, and the second thread would process this data from this list.
Do I need to use multiprocessing.managers for this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Yakushenko, 2019-09-28
@RadioRedFox

Here is all the information and examples you need.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question