Codeigniter Cache Libraries

Posted June 25th, 2010 in News by Gevork

ci_logo_flame-150x150Hi there.. I am not sleeping and searching for a good library to use . I am looking a multipurpose cache library for my social network made on codeigniter. So Now question about the scaling stands out and I am gonna to integrate some memcache .

So will do parallel list of all found libs. Maybe you will need it.

  1. Elliot Haughin’s Codeignuter Multicache Library (memcache , PHPCache) download
  2. Khaos::Khcache(eAccelerator, APC und XCache)  download
  3. Cache Library (memcache, file)    download

Add some more in comments if you know

How to install memcached on ubuntu

Posted June 25th, 2010 in Development by Gevork

memcache_logoHow to install memcached on ubuntu?

Just go to System-> Administration-> Synaptic Package Manager

Enter in search field memcache and then find 3 packages on the screen below. It’s memcached, libevent, and php5-memcached. The last is optional , libevent is required for memcached.Even if you will not check green it for installation ,the system will force you to install it :)

Screenshot-1

That’s all.

If you don’t have synaptic package manager, and maybe you are installing it on server via command line,

then use

sudo apt-get install libevent memcached

In Next post I will tell you how to use it with CodeIgniter Framework ;)

Mr Gewa