Yes, the multiprocessing module provides some tools to exchange this data: docs.python.org/2/library/multipro... but your data needs to be easily serializable which is not always the case.
@antontsvil
, I personally think the article is a bit misleading becuase it mixes different details under umbrella terms but @loki
already explained what's going on in Python :)
Log in to continue
We're a place where coders share, stay up-to-date and grow their careers.
Yes, the multiprocessing module provides some tools to exchange this data: docs.python.org/2/library/multipro... but your data needs to be easily serializable which is not always the case.
@antontsvil , I personally think the article is a bit misleading becuase it mixes different details under umbrella terms but @loki already explained what's going on in Python :)