PDA

View Full Version : Question about eaccelerator


Black Widow
Sun 29th Jun '08, 8:00pm
I have eaccelerator installed on my server.
Do i have to enable any setting in config.php file so VB can use eaccelerator?
I also have enabled "$config['Datastore']['class'] = 'vB_Datastore_Filecache';" setting in config.php.
Do i have to disable it or both can work?

Thanks.

VanDaMeZ
Mon 30th Jun '08, 7:37am
eAccelerator is a cache for PHP, if it's already loaded that means your PHP already cached using eaccelerator

Black Widow
Mon 30th Jun '08, 11:50am
Thanks but what about the second part:
I also have enabled "$config['Datastore']['class'] = 'vB_Datastore_Filecache';" setting in config.php.
Do i have to disable it or both can work?

eva2000
Fri 4th Jul '08, 10:48am
You don't have to enable it, but doing so allows eaccelerator to cache the vB datastore thus reducing some mysql server load - good for single web server setups :)