Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 793 Bytes

asynchronous_php.md

File metadata and controls

32 lines (24 loc) · 793 Bytes

Christopher Pitt - "Asynchronous PHP"

PHP has emerged from it’s dark past; just in time to learn from the advances in event-based programming languages/ platforms. As a result; there is vast, untapped potential in developing event-based, real-time applications. Utilising emerging open-source projects, like ReactPHP and Ratchet, PHP developers can join the party.

Sources

Notes

  • Pheanstalk - Message Queue
  • ZMQ

vs.

  • React

  • Ratchet --> WebSockets

  • Remove slow stuff out off the req/res cycle

    • Mailing
    • Caching
    • DB
    • ...
  • React als LoadBalancer

  • yield !!