HOME



Two-phase Electric Power
Two-phase electrical power was an early 20th-century polyphase alternating current electric power distribution system. Two circuits were used, with voltage phases differing by one-quarter of a cycle, 90°. Usually circuits used four wires, two for each phase. Less frequently, three wires were used, with a common wire with a larger-diameter conductor. Some early two-phase generators had two complete rotor and field assemblies, with windings physically offset to provide two-phase power. The generators at Niagara Falls installed in 1895 were the largest generators in the world at that time and were two-phase machines. Three-phase systems eventually replaced the original two-phase power systems for power transmission and utilization. There remain few two-phase distribution systems, with examples in Philadelphia, Pennsylvania; many buildings in Center City are permanently wired for two-phase and Hartford, Connecticut. Comparison with single-phase power The advantage of two-phas ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Two-phase Commit Protocol
In transaction processing, databases, and computer networking, the two-phase commit protocol (2PC) is a type of atomic commitment protocol (ACP). It is a distributed algorithm that coordinates all the processes that participate in a distributed atomic transaction on whether to commit or abort (roll back) the transaction. This protocol (a specialised type of consensus protocol) achieves its goal even in many cases of temporary system failure (involving either process, network node, communication, etc. failures), and is thus widely used.Philip A. Bernstein, Vassos Hadzilacos, Nathan Goodman (1987) ''Concurrency Control and Recovery in Database Systems'' Chapter 7, Addison Wesley Publishing Company, Gerhard Weikum, Gottfried Vossen (2001) ''Transactional Information Systems'' Chapter 19, Elsevier, Philip A. Bernstein, Eric Newcomer