Jump to content

eaccelerator and the cache management page?


burm

Recommended Posts


Nope. xcache for example has seperate "varibles cache" which is what the globalconf cache setting for IPB is using:




; same as aboves but for variable cache

xcache.var_size  =			4M

xcache.var_count =			 1

xcache.var_slots =			8K



opcode is not the same. :smile:




Ok, now I'm confused

What you are saying is that IPB doesn't use APC/xCache to store variables, only Memcached?
IPB only use APC or xCache as an opcode and Memcached to store variables?

Thanks

PS: English isn't my primary language, sorry :)
Link to comment
Share on other sites

It's not what I'm saying, but its a fact that APC and xcache do opcode AND variables caching for IPB. Eaccelerator on the other hand removed variables caching from all versions after 0.9.5.3. Since PHP 5.3 eaccelerator ONLY caches opcode.

I use eaccelerator on my IPB but setting... $INFO['use_eaccelerator'] = '1'; in conf_global.conf is useless with the new version unless you are still using eaccelerator 0.9.5.3 (old 2007 version). Which is NOT PHP 5.3 compatible. :)

Eaccelerator 0.9.6.1 is compatible with PHP5.3 but it does NOT support variable caching.

I use EA 0.9.6.1 with php 5.3 and then I set:


$INFO['use_memcache']	=  '1';

$INFO['memcache_server_1']   =  '127.0.0.1';

$INFO['memcache_port_1']   =  '11211';



Since eAccelerator is not capable of caching that anymore.

If you don't understand dont worry about it. :smile:

Cheers!

Link to comment
Share on other sites

  • 4 weeks later...

Archived

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...