Gabriel Torres Posted January 14, 2014 Share Posted January 14, 2014 Would this work for IPB? http://www.igvita.com/2008/02/11/nginx-and-memcached-a-400-boost/ Link to comment Share on other sites More sharing options...
Aiwa Posted January 14, 2014 Share Posted January 14, 2014 IP.Board will work with nginx php-fpm and memcache. Link to comment Share on other sites More sharing options...
Grumpy Posted January 15, 2014 Share Posted January 15, 2014 That's really not necessary. Nginx has it's own caching module. If you want the caches to be on ram, just point nginx's cache location to ramdisk. Link to comment Share on other sites More sharing options...
yacenty Posted January 15, 2014 Share Posted January 15, 2014 memcached is used for caching some calls from php to mysql. I had realized a huge reduction on db processes runing after enabling memcache Link to comment Share on other sites More sharing options...
Gabriel Torres Posted January 15, 2014 Author Share Posted January 15, 2014 We already have Xcache enable. We already run nginx. My question was about enabling memcache for nginx. Link to comment Share on other sites More sharing options...
yacenty Posted January 15, 2014 Share Posted January 15, 2014 I do not have it connected with nginx, it's just enabled and correct flag set up in IPB-config and ammount of calls to db is reduced. Will try to enable it in nginx Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.