Instalasi Memcache Server: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs)
New page: memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. Me...
 
Onnowpurbo (talk | contribs)
No edit summary
Line 6: Line 6:


  # apt-get install memcached
  # apt-get install memcached
Contoh menjalankan memcached
# ./memcached -d -m 2048 -l 192.168.0.2 -p 11211
Memory 2048Mbyte
IP 192.168.0.2
Port 11211

Revision as of 08:14, 17 July 2008

memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.

Memcached dapat di ambil di http://danga.com/memcached/

Cara instalasi-nya adalah sbb,

# apt-get install memcached


Contoh menjalankan memcached

# ./memcached -d -m 2048 -l 192.168.0.2 -p 11211

Memory 2048Mbyte IP 192.168.0.2 Port 11211