Skip to content
Server
2016.09.17 20:42

윈도우용 MEMcached 설치방법

조회 수 5179 추천 수 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
번호 분류 제목 날짜 조회 수
777 파이썬 파이썬 정규표현식 (Regular Expressions) 2021.10.31 3180
776 Excel 엑셀에서 "따옴표" 입력하기 2021.07.09 3212
775 Server 웹하드 서버 구축하기 2 file 2015.03.03 3276
774 파이썬 python 에서 구글 캘린더 api 이용하기(server to server) 2021.09.17 3277
773 WindowsTip 사용자 계정 컨트롤 화면 없애기 file 2015.03.21 3312
772 파이썬 네이버 주식의 기업정보와 펀더멘탈정보 소스 가져오기 2023.03.10 3366
771 컴퓨터잡담 크롬에서 플래시 사용하기 2020.11.04 3386
770 컴퓨터잡담 파이썬 FTP 업로드/다운로드 하기 2021.07.31 3393
769 파이썬 Python 메타블로그 글쓰기(제로보드, xpressengine blog api) 2021.09.18 3433
768 Server 윈도우 TCP 연결의 개수를 최대한 늘이기 2016.03.26 3455
767 파이썬 파이썬 팍스넷 추천종목 특정페이지 크롤링 2021.09.23 3466
766 파이썬 키움증권 openAPI 지정가분할매수주문.py 2021.09.13 3527
765 파이썬 파이썬 비활성화 된 창 활성화 시키기 2023.02.25 3550
764 파이썬 파이썬 키움openAPI 원하는 종목리스트 10호가까지 피라미드 매수주문하기 2021.09.16 3568
763 파이썬 파이썬 모듈 업그레이드 명령어 2023.02.21 3628
762 파이썬 파이썬 웹크롤링 오류 대처방법(verify=False)requests.exceptions.SSLError: 2021.09.16 3638
761 컴퓨터잡담 삼성, LG 여! 스마트폰의 창작기술로 아이폰을 점령하라! 2011.09.03 3642
760 컴퓨터잡담 MP3 소리 크기 조절 프로그램 file 2016.08.14 3645
759 Server XE 반응형 모바일 메타태그 삽입하기 2016.08.14 3687
758 컴퓨터잡담 언인스톨 사용하기 1 2011.02.05 3688
Board Pagination Prev 1 ... 6 7 8 9 10 ... 46 Next
/ 46

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


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

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

설치 취소