![]() |
Can I run Memcached for multi vB forums on a same server hosting?
I installed memcached on my hosting but it's running good for a forum.
When I activated memcached to enable for vB forums on a server then it worked incorrectly, then forums are using a same database from one forum hence I only can use memcached for 1 forum. Here's codes that I enabled them in config.php for forums Code:
$config['Datastore']['class'] = 'vB_Datastore_Memcached'; Please advise. Thanks |
Use different prefixes Right above the lines you posted:
Code:
// ******** DATASTORE PREFIX ****** |
Thanks for your answer!
I can use whatever prefix I want, like this Code:
$config['Datastore']['prefix'] = 'forum1'; Code:
$config['Datastore']['prefix'] = 'forum2'; and just curious, where can I see these prefix? in memcached or in databases? |
I would put something after the prefix like _ You can install an admin page phpMemcachedAdmin. That should show you everything that is happening.
|
Quote:
It's a great tool to use with user friendly interface. :) |
All times are GMT. The time now is 12:58 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|