Message queues - the good, the bad...

Hosted By
John Congdon . and 3 others

Details
- What are message queues:
- key components and concepts:
- producer/consumer; blocking/non-blocking; sync/async;
- direct messaging; fan-out or pub/sub; routing
- Why you'd want to implement MQ:
- decoupling time critical code and long-running processes;
- breaking/desynchronizing nested loops;
- simple horizontal scaling;
- What you should be aware/think of before implementing MQs:
- hidden bottlenecks:
- mystery of asynchronous processing;
- debugging is tricky, very tricky;
- maintenance;

PHPxSan Diego (SDPHP)
See more events
PayLease
9330 Scranton Rd # 450 · San Diego, CA
Sponsors
Message queues - the good, the bad...