Skip to content
Server
2016.09.17 20:42

윈도우용 MEMcached 설치방법

조회 수 5182 추천 수 0 댓글 1
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부

Installing Memcached on Windows


두가지 방법으로 설명하고 있습니다.


인스톨 방법도 자세히 나옵니다.

The following are the download links for the memcached windows binaries:

http://code.jellycan.com/files/memcached-1.2.5-win32-bin.zip
http://code.jellycan.com/files/memcached-1.2.6-win32-bin.zip
http://downloads.northscale.com/memcached-win32-1.4.4-14.zip
http://downloads.northscale.com/memcached-win64-1.4.4-14.zip
http://downloads.northscale.com/memcached-1.4.5-x86.zip
http://downloads.northscale.com/memcached-1.4.5-amd64.zip

A) Installation of memcached < 1.4.5:

  1. Extract the memcached windows binary to any directory.
  2. In versions earlier than 1.4.5, memcached can install itself as a service. Run a command prompt with elevated privileges, and type:
    c:\memcached\memcached.exe -d install

    * Replace c:\memcached\memcached.exe with the actual path of your installation.

  3. Then, start or stop the memcached service with the following command:
    c:\memcached\memcached.exe -d start
    c:\memcached\memcached.exe -d stop
  4. To change the configuration of memcached, run regedit.exe and navigate to the key "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\memcached". Suppose you wish to increase the memory limit of memcached, edit the value of ImagePath to the following:
    "c:\memcached\memcached.exe" -d runservice -m 512

    * Besides '-m 512', you may also append other memcached parameters to the path. Run "c:\memcached\memcached.exe -h" to view the list of available parameters.

  5. Meanwhile, to uninstall the memcached serivce, run the following command:
    c:\memcached\memcached.exe -d uninstall


B) Installation of memcached >= 1.4.5:

  1. Extract the memcached windows binary to any directory.
  2. In version 1.4.5 or later, memcached cannot run as a service. It must be started as a normal process using the task scheduler. To configure the memcached process to run automatically every time windows start, run a command prompt with elevated privileges, and type the following:
    schtasks /create /sc onstart /tn memcached /tr "'c:\memcached\memcached.exe' -m 512"

    * Replace c:\memcached\memcached.exe with the actual path of your installation.
    ** Besides '-m 512', you may also append other memcached parameters to the path. Run "c:\memcached\memcached.exe -h" to view the list of available parameters.

  3. Meanwhile, to remove the scheduled memcached task, run the following command:
    schtasks /delete /tn memcached

 memcached.png

이상하게 난 OPCACHE가 더 낫네?

왜 같이 쓰면 느려지지?

#윈도우용 #MEMcached #설치방법 #urin79


로그인 후 댓글쓰기가 가능합니다.

?
  • ?
    nanumi 2016.09.18 21:39
    DB쿼리 요청수가 많다면 조금 느리더라도 사용권장이랍니다.

  1. No Image 04Nov
    by 디케
    2009/11/04 in 일상
    Views 12654 

    휴대폰에 48시간 녹화기능 갖춘 CCTV기능 장착

  2. 핑테스트(PINGINFOVIEW)와 TCPVIEW

  3. 파이썬으로 네이버 증권정보 추출하기

  4. 파이썬 한우정액 정보 스프레드로 추출하기

  5. 파이썬 gspread 사용법

  6. 트와이스 CHEER UP 쯔위 사나 가사논란

  7. 트럼프 행정부 진시황제 멸망사에서 교훈을 찾아라

  8. 크롬 캐시파일 삭제방법(Chrome cache file delete)

  9. 최홍만 권아솔 논란의 중심에 정문홍의 선택

  10. 최두호 컵스완슨 UFC 죽음을 두른 손의 맞대결

  11. 차예련 주상욱 열애맞다! 좋은 감정 가지고 만남 시작

  12. 주키(Primary Key, 프라이머리키)와 자동 증가(Auto Increment) 필드

  13. 윈도우용 MEMcached 설치방법

  14. 윈도우 PC에서 안드로이드 앱 실행

  15. 윈도우 CPU 사용률 확인, 실시간 저장하기

  16. 엑셀 파일을 utf-8 유니코드로 csv 파일로 저장하기

  17. 아파치 mod_cache mod_disk_cache 알아보기

  18. 아두이노NANO 스위치로 릴레이 제어하기

  19. 스프레드시트 autohotkey html gmail 스마트폰 이용하여 핑로스 즉시 알림받기

  20. No Image 23Nov
    by nanumi
    2016/11/23 in Server
    Views 4546 

    슈퍼캐시에서 .htaccess 이부분 제거해야 하나?

Board Pagination Prev 1 2 3 Next
/ 3

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소