Communiversity

Afrikan Liberation Institute => Math and Science (STEM) => Topic started by: Ɔbenfo Ọbádélé on Jul 16, 2012, 11:54 PM

Title: How do I enable memcached within vBulletin and SMF?-gctid52677
Post by: Ɔbenfo Ọbádélé on Jul 16, 2012, 11:54 PM
How do I enable memcached within vBulletin and SMF?                                                                                                                  Art. Nr: 703  |  Rating: 4/5 from 575 votes  |   Last Updated: Mon, Oct 31, 2011                                                                                         (https://www.abibitumikasa.com/proxy.php?request=http%3A%2F%2Fkbase.siteserving.com%2F_include%2Fimages%2Ficons%2Fstaron.png&hash=a500458d7a09d87bfcd12e6833f4af5bddd6b861)(https://www.abibitumikasa.com/proxy.php?request=http%3A%2F%2Fkbase.siteserving.com%2F_include%2Fimages%2Ficons%2Fstaron.png&hash=a500458d7a09d87bfcd12e6833f4af5bddd6b861)(https://www.abibitumikasa.com/proxy.php?request=http%3A%2F%2Fkbase.siteserving.com%2F_include%2Fimages%2Ficons%2Fstaron.png&hash=a500458d7a09d87bfcd12e6833f4af5bddd6b861)(https://www.abibitumikasa.com/proxy.php?request=http%3A%2F%2Fkbase.siteserving.com%2F_include%2Fimages%2Ficons%2Fstaron.png&hash=a500458d7a09d87bfcd12e6833f4af5bddd6b861)(https://www.abibitumikasa.com/proxy.php?request=http%3A%2F%2Fkbase.siteserving.com%2F_include%2Fimages%2Ficons%2Fstaroff.png&hash=450ac15fb1de8859a46f76193256e4a57c90b109)

Available from: How do I enable memcached within vBulletin and SMF? (http://kbase.siteserving.com/application-faqs/vbulletin-faqs/how-do-i-enable-memcached-within-vbulletin-and-smf.html)

Memcached is  an application, which is used to cache the results of web applications  such as vBulletin, SMF (Simple Machines Forum) and others. By caching  the results within memory, the requests for information are served  quicker, rather than going to the hard drive to pull the information.  Below, we've outlined how to enable memcached on vBulletin and SMF.
 How to enable memcached on vBulletin:
 Enabling memcached on vBulletin is quite easy, simply follow the  below mentioned steps and you should have memcached enabled within only a  few minutes. Please follow the steps below:
 
'"$i = 0;
// First Server
$i++;
$config['Misc']['memcacheserver'][$i] = '127.0.0.1';
$config['Misc']['memcacheport'][$i] = 11211;
$config['Misc']['memcachepersistent'][$i] = true;
$config['Misc']['memcacheweight'][$i] = 1;
$config['Misc']['memcachetimeout'][$i] = 1;
$config['Misc']['memcacheretry_interval'][$i] = 15;
*/
[/i]
').'")."n[/list]"'
 How to enable memcached on SMF:
 When it comes to enabling memcached on your SMF the process is not  very complicated, it's much like the way it was on vBulletin. However,  it can be done via the web interface rather than within a configuration  file.
 
'"').'")."n[/list]"'
 If you have any further questions pertaining to memcached, please  feel free to get in contact with our web hosting support team for  further assistance.