python-pachyderm icon indicating copy to clipboard operation
python-pachyderm copied to clipboard

make SpoutManager a singleton object to avoid misuse

Open pappasilenus opened this issue 5 years ago • 0 comments

To prevent users creating more than one SpoutManager object, it might be desirable for the SpoutManager to be a singleton object. This would avoid contention over the named pipe it manages.

pappasilenus avatar Aug 31 '20 18:08 pappasilenus