Slide 54
Slide 54 text
High Performance
Using Workers to
Increase Performance
• Make Writing to Your “Queue” Extremely
Fast (Beanstalkd, Redis, In-Memory)
• Do only what you must in your request,
Queue Everything Else
• Find IO Operations & Queue Them Instead
of Perform Them