Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt November 11, 2024
shamil Posted January 23, 2011 Posted January 23, 2011 I see that IPB has support for opcoders and datastores, such as APC and eAccelerator, and XCache. Would IPB consider extending this to supporting Wincache as a datastore on the Windows platform?
Connor T Posted January 24, 2011 Posted January 24, 2011 There is a file called classCacheWincache, so it already exists, or its in progress :) (in ips_kernel)
shamil Posted January 24, 2011 Author Posted January 24, 2011 There is a file called classCacheWincache, so it already exists, or its in progress :) (in ips_kernel) That's a good thing, but is it: $INFO['use_wincache'] = '1'; or $INFO['use_Wincache'] = '1'; Either don't seem to make a difference, and don't throw up PHP errors.
Mat B Posted January 24, 2011 Posted January 24, 2011 use_wincache. It'll take a while for you to notice a difference (while it builds up caches) but I'm not sure why you're wanting or expecting PHP errors? :blink:
shamil Posted January 24, 2011 Author Posted January 24, 2011 use_wincache. It'll take a while for you to notice a difference (while it builds up caches) but I'm not sure why you're wanting or expecting PHP errors? :blink: I was hoping to get the errors if the module wasn't loaded, i.e if I didn't have APC/XCache or eAccelerated installed. Thanks :)
Mat B Posted January 25, 2011 Posted January 25, 2011 Ah right, no- we disable the cache setting if the caching engine isn't installed to avoid that very situation ;)
shamil Posted January 25, 2011 Author Posted January 25, 2011 Ah right, no- we disable the cache setting if the caching engine isn't installed to avoid that very situation ;) Ah ok :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.