Jump to content

Wincache support

Featured Replies

Posted

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?

There is a file called

classCacheWincache, so it already exists, or its in progress :)

(in ips_kernel)

  • Author

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.

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:

  • Author

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 :)

Ah right, no- we disable the cache setting if the caching engine isn't installed to avoid that very situation ;)

  • Author

Ah right, no- we disable the cache setting if the caching engine isn't installed to avoid that very situation ;)




Ah ok :)

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.