python-pachyderm
python-pachyderm copied to clipboard
make SpoutManager a singleton object to avoid misuse
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.