Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
The pubsubber.py script currently handles only a single path and work-space.
Also only one instance of it can be run as a daemon process (the daemon has to use a fixed pathname for the pid so that the daemon can be stopped)
At present, the only way to use it with multiple paths and workspaces is to make a copy with a new name and update the pid path name.
It would be more efficient to be able to use the same daemon for handling multiple workspace updates on a single host.