GroupServer combines Web and email servers, and connects them
to different back-end storage facilities.
By doing this, people can share messages using the Web and email
simultaneously.
Scaling GroupServer
Each of GroupServer's four main components
(a web server, a mail server, an object database, and a
relational database)
can be placed on a separate machine, or multiple
machines in the case of the database and web server.
Even in a single-machine configuration, GroupServer can handle
tens of thousands of users posting and viewing messages
throughout the day.
GroupServer is more flexible than scaling a single site over
multiple machines.
A single machine can contain multiple Zope installations,
and each Zope installation can contain multiple GroupServer
instances, and each instance can contain multiple sites, and
each site can contain multiple groups!
This should provide enough flexibility for most situations.