[issue35813] shared memory construct to avoid need for serialization between processes

Davin Potts report at bugs.python.org
Tue Feb 12 14:56:21 EST 2019


Davin Potts <python at discontinuity.net> added the comment:

@Antoine:  SharedMemoryManager does not subclass SyncManager but it did previously.  This is the source of the confusion.  SharedMemoryManager subclasses BaseManager which does not provide Value, Array, list, dict, etc.

Agreed that the manager facility does not appear to see that much use in existing code.

When working with shared memory, I expect SharedMemoryManager to be much more popular.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35813>
_______________________________________


More information about the Python-bugs-list mailing list