Memcached Listening on multiple ports _ start multiple memcached services in the same Windows machine

Source: Internet
Author: User

Surnames Naming Encyclopedia

Download memcached Server

Suppose you unzip it in "C:\Program Files\memcached\memcached.exe"

Then you can create multiple services to listen to different ports.

Listen to the first port: Create a service named memcached_11211, the display name is also memcached_11211, the port to listen is 11211

SC create "memcached_11211" start= auto binpath= "C:\Program files\memcached\memcached.exe-d runservice-m 32-p 11211-l 127.0.0.1 "Displayname=" memcached_11211 "

Listen for the second port: Create a service named memcached_11233, the display name is also memcached_11233, the port to listen is 11233

SC create "memcached_11233" start= auto binpath= "C:\Program files\memcached\memcached.exe-d runservice-m 32-p 11233-l 127.0.0.1 "Displayname=" memcached_11233 "

Listen to the third port: Create a service named memcached_11255, the display name is also memcached_11255, the port to listen is 11255

SC create "memcached_11255" start= auto binpath= "C:\Program files\memcached\memcached.exe-d runservice-m 32-p 11255-l 127.0.0.1 "Displayname=" memcached_11255 "

Click to download Memcached_v1.4.13.0.rar

Memcached Listening on multiple ports _ start multiple memcached services in the same Windows machine

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.