xenforo.com server

Couldn't you just run raid 10 SSD with more disks?

We already run 8 drive RAID10 arrays in most of them, and have experimented with 16+ in test servers just for fun.

You're literally talking 40+ drives on a 20 core server to come close to the same i/o. That's just stupid at that point. No way are we going to put 40 drives in a server just to say we run a 20 core box. Makes no sense financially or otherwise.
 
Can you guys take a look at Opcache , what can be tweeked
5339f14c647fbec7dba150d50aa76d35.png


02fc195a04bd8a3897bf8f31fa2d8359.png
 
xcache is slower than zend opcache for PHP processing.
Any links about this?

All xcache - opcache - whatever cache bench is almost different from time to time. Sometimes xcache wins, sometimes opcache wins, etc etc.

I like opcache, but xcache has opcode + data/session, and opcache is not.

ps: I never had this "session cache hash slamming" in 1,5 years using xcache (compiled, not via yum/apt-get)
 
Any links about this?

All xcache - opcache - whatever cache bench is almost different from time to time. Sometimes xcache wins, sometimes opcache wins, etc etc.

I like opcache, but xcache has opcode + data/session, and opcache is not.

ps: I never had this "session cache hash slamming" in 1,5 years using xcache (compiled, not via yum/apt-get)

http://massivescale.blogspot.com/2013/06/php-55-zend-optimiser-opcache-vs-xcache.html

This is a bit dated, and is 5.5

As to user data cache, you can use memcached just fine

If you just want an all in one solution, xcache is fine I suppose
 
Last edited:
Top Bottom