distributed systems
play

Distributed Systems with ZeroMQ and gevent Jeff Lindsay @progrium - PowerPoint PPT Presentation

Distributed Systems with ZeroMQ and gevent Jeff Lindsay @progrium Why distributed systems? Harness more CPUs and resources Run faster in parallel Tolerance of individual failures Better separation of concerns Most web apps evolve into


  1. Plumbing inproc ipc tcp multicast socket.bind("tcp://localhost:5560") socket.bind("ipc:///tmp/this-socket") socket.connect("tcp://10.0.0.100:9000") socket.connect("ipc:///tmp/another-socket") socket.connect("inproc://another-socket")

  2. Message Patterns

  3. Message Patterns Request-Reply REP REQ

  4. Message Patterns Request-Reply REP REP REQ REP

  5. Message Patterns Request-Reply REP REP REQ REP

  6. Message Patterns Request-Reply REP REP REQ REP

  7. Message Patterns Request-Reply REP REP REQ REP

  8. Message Patterns Request-Reply Publish-Subscribe REP SUB REP SUB REQ PUB SUB REP

  9. Message Patterns Request-Reply Publish-Subscribe REP SUB REP SUB REQ PUB SUB REP Push-Pull (Pipelining) PULL PULL PUSH PULL

  10. Message Patterns Request-Reply Publish-Subscribe REP SUB REP SUB REQ PUB SUB REP Push-Pull (Pipelining) PULL PULL PUSH PULL

Recommend


More recommend