Difference between revisions of "Instalasi Memcache Server"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
Onnowpurbo (talk | contribs)  | 
				Onnowpurbo (talk | contribs)   | 
				||
| Line 12: | Line 12: | ||
  # ./memcached -d -m 2048 -l 192.168.0.2 -p 11211  |   # ./memcached -d -m 2048 -l 192.168.0.2 -p 11211  | ||
| − | Memory 2048Mbyte  | + |  Memory 2048Mbyte  | 
| − | IP 192.168.0.2  | + |  IP 192.168.0.2  | 
| − | Port 11211  | + |  Port 11211  | 
| + | |||
| + | ==Pranala Menarik==  | ||
| + | |||
| + | * [[Linux Howto]]  | ||
| + | * [[Tip Membangun Server Sendiri]]  | ||
Revision as of 08:07, 3 January 2010
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