Free Online Books and PDFs for Web Designers
Powered by MaxBlogPress  

How to install Memcached Server on Windows as Service

In my earlier posts, I explained how to install memcached server on *nix and Mac OS systems. Today I will explain how to install memcached server on Windows operating system.

To install Memcached Server on Windows, we need to have its exe or batch process but memcached server was written for *nix operating system and you can’t get a Windows version from memcached server official website.

The problem is solved by Jellycan Code and they provide the Win32 version in binary format that can be used to install memcached server on Windows.

Steps are:

1. Download memcached installer zip from http://code.jellycan.com/memcached/ in win32 binary format.

2. Unzip it in some hard drive folder. For example C:\memcached

3. There will be memcached.exe file in the unzipped folder.

4. Open Command Prompt and execute below commands to install it as service and start it.

Now memcached is installed and running as a daemon process on port 11211. You can view it in the Control Panel Services also and stop and start it from there.

You can run “memcached.exe -help” command to check all the available options like changing ports.

Once you have started memcached server, you can use memcached telnet commands or memcached java client program to test it.

VN:F [1.9.12_1141]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.12_1141]
Rating: 0 (from 0 votes)

Incoming search terms:

memcached windows install,memcached windows installer,memcache cant telnet windows 7,memcached -d install as service,how to install memcached on windows 7 for java,how to install memcached on windows for Java,install memcached server windows,memcached java,memcached java windows,memcached windows binary
http://www.journaldev.com/wp-content/plugins/sociofluid/images/digg_48.png http://www.journaldev.com/wp-content/plugins/sociofluid/images/reddit_48.png http://www.journaldev.com/wp-content/plugins/sociofluid/images/dzone_48.png http://www.journaldev.com/wp-content/plugins/sociofluid/images/stumbleupon_48.png http://www.journaldev.com/wp-content/plugins/sociofluid/images/delicious_48.png http://www.journaldev.com/wp-content/plugins/sociofluid/images/blinklist_48.png http://www.journaldev.com/wp-content/plugins/sociofluid/images/furl_48.png http://www.journaldev.com/wp-content/plugins/sociofluid/images/newsvine_48.png http://www.journaldev.com/wp-content/plugins/sociofluid/images/technorati_48.png http://www.journaldev.com/wp-content/plugins/sociofluid/images/google_48.png http://www.journaldev.com/wp-content/plugins/sociofluid/images/myspace_48.png http://www.journaldev.com/wp-content/plugins/sociofluid/images/facebook_48.png http://www.journaldev.com/wp-content/plugins/sociofluid/images/yahoobuzz_48.png http://www.journaldev.com/wp-content/plugins/sociofluid/images/sphinn_48.png http://www.journaldev.com/wp-content/plugins/sociofluid/images/twitter_48.png

Who reads this also read:

  1. How to install Memcached Server on Mac OS/Linux
  2. How to setup Memcached Server to run at boot time in Mac OS
  3. Memcached Telnet Commands with example
  4. Installing Java on Windows 7 Ultimate 64-bit
  5. Memcached Java Client with sample program

1 comment to How to install Memcached Server on Windows as Service

Leave a Reply

  

  

  

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>