Slide 15
Slide 15 text
‣ engine workqueue
‣ where each operation is performed
‣ only 1 op at a time
‣ by default, uses Thread/Queue
‣ uses EventMachine if present
‣ future work :
‣ fibers ?
‣ it’s an implementation away
‣ anyway, engine is idle most of the
time (usually waiting for those slow
humans)