> Keep in mind also SharePoint's limitations on the number of items that
> can be stored within particular containers. I don't recall those
> numbers offhand, but they've been enumerated before on this list.
> That could well be a factor in determining how much granularity you
> really need here - how many documents/list items do you expect each
> region to create?
I think my biggest frustration with MOSS is that it expects you to
predict the future before you install it. ;o)
A lot of the planning worksheets that MS provide look like this:
================================================
Determining how many sites to create worksheet.
Enter the number of sites you need: ______
================================================
;o)
> That said, multiple web apps can run under the same SSP - we have only
> one SSP with multiple web apps (central admin, MySites, normal sites,
> etc.) They all run SSL (https) under the same domain - just that each
> app runs on different port numbers.
Ah! Well, that sounds like a decent way to handle it then.
What is the main drawback to multiple web apps? I assume it's a bit
harder to share things like templates? What about sharing content via
content querying and RSS and the like (not that I'm sure we'd really
need that between regions).
This is perhaps more of an SSL issue, but can one certificate handle
each web app if they use unique domains? Or is the certificate tied to
each domain? I personally don't mind port numbers, but have found them a
bit foreign to end users when they need to type in a URL.