Log in

View Full Version : memcache


VBCoder
08-05-2005, 08:28 PM
In order to use DataStore memcache, what do I need to install, and how does it need to be configured?

Also, what is a good initial guess for memcache size (esp. on a system that memory is limited)?

BamaStangGuy
08-06-2005, 01:05 AM
<a href="http://www.vbulletin.com/forum/showthread.php?t=146909" target="_blank">http://www.vbulletin.com/forum/showthread.php?t=146909</a>

VBCoder
08-07-2005, 01:01 AM
My question was concerning memcache - which is an external daemon - not filecache.

What is involved in installing the memcache daemon? I know there are two separate packages - the daemon itself, and the PHP PECL package to interface with it - and that configuration is not trivial - I was looking for some info on this

Zachery
08-07-2005, 07:18 AM
Memcache is a self running system which basicly is able to load everything into memory, like mysql itself. If you arn't running a server with tons of avaiblespace its not worth it, filecacheing + eAcclerator will do wonders.

VBCoder
08-08-2005, 01:48 AM
filecacheing + eAcclerator will do wonders.

I thought eAccelerator support was removed due to stability issues? (Unless you mean for the PHP bytecode - I already use PHP Accelerator for that).

Re filecache: yeah, I still haven't figured out how to let it work under SELinux (which I really want to keep). Anyone work this out?

Zachery
08-08-2005, 01:58 AM
I thought eAccelerator support was removed due to stability issues? (Unless you mean for the PHP bytecode - I already use PHP Accelerator for that).

Re filecache: yeah, I still haven't figured out how to let it work under SELinux (which I really want to keep). Anyone work this out?

Disable SELinux, all of the big guys I've been talking to say its nothing but problems.

Zia
02-05-2007, 05:41 AM
Memcache is a self running system which basicly is able to load everything into memory, like mysql itself. If you arn't running a server with tons of avaiblespace its not worth it, filecacheing + eAcclerator will do wonders.


filecahing & eAcclerator = eAcclerator itself isnt a file caching utility?
we are using eAcclerator its caching php files/scripts.....

memcache(pecl) is mySql cacheing utility?

relly very much confused...