I’m not sure why feeding RSS from one blog to another (since as you note multi is separate blogs) would cause recursion as long as I’m only feeding ‘down’, but I’m guessing one of your books will explain it.
Oh that’s really easy ??
1) Site A asks Site B for an RSS feed. This is a DB call.
2) Site B makes the file (which is dynamic, which means it calls the DB)
3) Site A gets the feed and processes it, making multiple PHP calls
See how that gets messy? You’re passing a potato back and forth between the network. Separate blogs, one database, one install, on server. You never want to make your sites call themselves multiple times, even on a single install. If you put an RSS feed of your single site on your single site, you could crash your server too ??
I do think that the WordPress leaders are too quick to say “that’s not what multisite is for”.
No, we’re not. We’re telling you outright ‘THIS is what we built it for. THIS is what it’s good at. THIS is what it’s not.’
Now that said, I don’t think it’s the best answer, but I think it’s important to reset people’s expectations. I think people need to understand what tool they’re using, what it’s good for, WHY it’s good for it, and what it’s not, because it helps them make educated choices. So when I tell someone “No, that’s not what it was built for” it’s the same as me saying “You know that hammer wasn’t built for breaking eggs, right?”
Can you use it for that? Of course. But if it goes weird, or no one can help you when you’re using it to do something, you will know “Ah, no one can help me because I’m inventing something new and no one else has YET done this!”
And everything you describe can be done without multisite. Probably easier, too, depending on what you mean by the doublespeak of “provision them with useful materials” – that’s a weird phrase to me ??
If I wanted to make a site where each franchise could post their own content while being able to post to them, and to multiple places, I’d use Single Site. Way easier to manage. Custom roles, limit access to specific categories (or to specific post types), and off I go ??