Slide 16
Slide 16 text
Drupal On-Demand
At the frontend: how Yale did it
Memcached + memcache PHP extension +
memcache Drupal module
Opt-in service for high-throughput users
Standardized on 9 memcached bins per site
(default, block, content, filter, form, menu,
page, update, views)
Fast (fnv > crc32), yet complex
Cfengine puts opt-in code where needed
Stands up memcached bins
Points Pressflow to the bins
Site's bins flushed on deploy
Plan/manage port splay for these customers