action_nginx_mem_cache released
Niko Dittmann released action_nginx_mem_cache. This is a simple Rails plugin to do action caching with memcache and have nginx pull the cached pages from memcache directly. So requests for cached pages don’t even hit your Rails app server. It may not fit for all but it still could serve as a blueprint to implement s/th that suits your own caching needs. restorm.com runs this in production.
Post a comment