Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
October 26, 201113 yr 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? ThanksPS: English isn't my primary language, sorry :)
October 27, 201113 yr 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!
October 27, 201113 yr Well stated altenerg. It would be nice if IP would update their documentation on this. It would probably save people some time.
October 27, 201113 yr I'm sure they fixed it and 5.3 is compatable ? also use x-cache over eaccelerator :)
October 27, 201113 yr 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.
October 27, 201113 yr 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.
October 27, 201113 yr 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.
November 23, 201113 yr 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.