Hi Ned,The replication has 2 sides: authoring and publishing. But the
interface itself is the replication process, which is a serial process,
that means from the view of a single publish instance there is no
concurrency in replication. Only one replication process is handled at a
time.So if you have overload on publish, the performance on authoring
side doesn't really matter. In best case whenever the publish has
finished a replication request, the next one is coming immediately
after. If author...