Jump to content

eaccelerator and the cache management page?

Featured Replies


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

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!

Well stated altenerg. It would be nice if IP would update their documentation on this. It would probably save people some time.

I'm sure they fixed it and 5.3 is compatable ?

also use x-cache over eaccelerator :)

  • Author

eaccelerator is faster (at least from what I read), which is why I originally chose it. When I get some time I'll give xcache a whirl, and see how it goes.

xCache has been around 4 to 8 percent slower than EA in my test even with var cache enabled. :no: EA is faster and then just use memcached for var objects.

Have you tested APC?

  • Author

APC threw up on my because I use Nexus (encoded). Didn't bother to dive into it further yet, but it did not like the encoded files.

  • 4 weeks later...

APC was slowest in my test and also in a lot of test if you google it. But has the best looking control panel lol :whistle:

Also eaccelerator is the only one that gives you the option to store files on disk. Too bad they dropped var cache since 0.9.5.3

Archived

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

Recently Browsing 0

  • No registered users viewing this page.