
06-24-2010, 01:12 PM
|
|
|
Join Date: Mar 2008
Posts: 437
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Hi Deceptor,
I got some questions in mind: - - Does XCache has its own folder to store data which is totally separated from vBulletin datastore folder? As I see, your mode works with XCache whether I enabled the datastore in the includes/config.php file or not, which is not the case with Memcached as it requires enabling the datastore in config.php file, so I thought it might has nothing to do with vBulletin datastore or the config.php file?
- - If XCache has its own folder for sorting cached data, is it OK to configure the datastore cache to use Memcahched whild your mode works with XCache? in theory, if XCache use a different folder to store cached data other than vBulleitn datasotre which is required by Memcached, and as XCache and Memcached do a quite different jobs, then performance will be much better when using both in the same time, XCache with your mode, and Memcached with vBulletin datastore, am I correct?
Or
- - It is a bad idea using both, and there will be some conflicts when using both XCache and Memcached as mentioned above?
- - If XCache has its own folder for cached data, then what happens if enabled datastore in the config.php file to use XCache? Will XCache stop caching to its own folder and only caches to the datastore folder? or it will cache to both folders?
- - How to find where XCache store data in? and how can I change it if I want to? I tried to figure that out but couldn't.
Regards
|