Apparently there is a configuration in the PLC to publish different branches to different root folders on the receivers.
For example Branch "A" can go to /opt/LiveSiteDisplayServices/runtime/web/...
and an optional branch "B" can go to /opt/LiveSiteDisplayServices/runtime/webB/...
However, is there a way to tell LSDS that there are two root folders?
For example:
Normally LSDS would look for sites/mysite/default.site in /opt/LiveSiteDisplayServices/runtime/web/sites/mysite but how would it know to look up my other site in /opt/LiveSiteDisplayServices/runtime/webB/sites/mysite
Not to mention all the other files (sitemap, page files, templatedata... )
Running a second instance of LSDS is possible, but would be painful.