Skip to content
Server
2016.09.17 20:42

윈도우용 MEMcached 설치방법

조회 수 5180 추천 수 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쿼리 요청수가 많다면 조금 느리더라도 사용권장이랍니다.

List of Articles
번호 분류 제목 날짜 조회 수
897 WindowsTip 패킷을 훔치는 ARP Spoofing 공격 탐지 툴과 방어방법 4 2013.01.05 13573
896 컴퓨터잡담 파일도우미삭제(익스플로러 시작시 log.pluspage.co.kr로 접속 후 홈으로 이동하는 증상) 1 4 file 2013.01.15 16610
895 Server 파일 업로드 폴더 변경 2015.07.13 1953
894 컴퓨터잡담 파이썬의 IF문 사용시 실행값에서 오류발생시 진행하는 예외처리 방법 2021.06.15 2870
893 파이썬 파이썬을 이용하여 매크로 만들기 2023.01.13 9211
892 컴퓨터잡담 파이썬으로 키움증권 open api 사용해보기 file 2021.08.24 1490
891 파이썬 파이썬으로 비활성화 된 창의 이미지를 캡쳐하는 방법 2023.02.25 4004
890 컴퓨터잡담 파이썬으로 네이버 증권정보 추출하기 2021.06.05 1874
889 파이썬 파이썬으로 captCha 분석하여 웹사이트 소스 가져오기 2023.03.25 19050
888 파이썬 파이썬에서 인식이 잘되는 OCR 종류 2023.09.15 77808
887 파이썬 파이썬에서 captCha 분석 프로그램을 만들 수 있을까? 2023.03.25 11724
886 컴퓨터잡담 파이썬(python) 자주 사용하는 명령 모으기 2021.09.03 884
885 파이썬 파이썬 화면 캡쳐하기 2022.11.26 19343
884 컴퓨터잡담 파이썬 한우정액 정보 스프레드로 추출하기 file 2021.06.05 1625
883 파이썬 파이썬 팍스넷 추천종목 특정페이지 크롤링 2021.09.23 3466
882 컴퓨터잡담 파이썬 파일로 읽어올 때 \n이 \\n으로 변경되는 현상 대처방법 2021.08.15 1341
881 파이썬 파이썬 파이인스톨러 설치하기 2022.05.08 21421
880 컴퓨터잡담 파이썬 파라미터 변수값 전달받기 2021.06.16 2040
879 컴퓨터잡담 파이썬 키움증권 open api 스크랩 2021.09.02 969
878 파이썬 파이썬 키움증권 open api 분할매매 주문하기 2021.09.07 2340
Board Pagination Prev 1 2 3 4 5 ... 46 Next
/ 46

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


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

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

설치 취소