Slide 16
Slide 16 text
Queue up everything that doesn't
need to be done synchronously
● Return the required information to the client
as fast as possible, queue up the rest.
● Stats, logs, notifications, etc.
● Put messages in queue, let other servers
(worker servers) deal with the messages on
their own time.
Note: there's this really awesome message
queue I heard about called IronMQ.