Asked a question about replication in SQL 2008 today, here goes from Technet.
SQL Server 2008 Replication What's New.
Peer-to Peer-Transactional Replication
Peer-to-peer replication includes the following significant usability and manageability improvements: The ability to add nodes to a replication topology without quiescing the topology.In earlier versions of SQL Server, you can add a node to a topology and connect the new node to one existing node. To connect the new node to more than one existing node, you must stop all activity in the topology and then make sure that all pending changes are delivered to all nodes. In SQL Server 2008, you can connect the new node to any number of existing nodes without quiescing. This is made possible in the Configure Peer-to-Peer Topology Wizard or by specifying a value of 'init from lsn' for the @sync_type parameter of sp_addsubscription.
Peer-to-peer replication includes the following significant usability and manageability improvements:
Replication Monitor
Replication Monitor includes the following usability improvements: