Windows support is in the mainline now, so most of this is history. Build toolchain relies on mingw. Other than that, building memcached is like every other platform.
Articles:
* [http://stackoverflow.com/questions/8896/memcached-on-windows-x64 StackOverflow discussion] * [http://codebetter.com/blogs/karlseguin/archive/2008/07/07/scale-cheaply-memcached.aspx introduction to Memcached on Windows] (2008) * [http://pureform.wordpress.com/2008/01/10/installing-memcache-on-windows-for-php installing memcached on windows for php] (2008)
Clients:
* See the [Clients] page for Windows client libraries. * ASP.net Cache Provider & Session State Provider for memcached can be downloaded from the following link * http://www.codeplex.com/memcachedproviders
Tools:
* damemtop * Downloaded with memcached, in the "scripts" directory or see [http://github.com/memcached/memcached/tree/master/scripts/ the repo on github] * MemCacheD Manager, by Nick Pirocanac * http://allegiance.chi-town.com/MemCacheDManager.aspx
Ports (older):
* [http://github.com/CaptTofu/memcached source code], see 'win32' branch * [http://code.jellycan.com/memcached/ memcached for windows, version 1.2.6 and 1.2.5 ports] (Sept 2008) * [http://www.splinedancer.com/memcached-win32 memcached for windows, version 1.2.4 port] * [http://jehiah.cz/projects/memcached-win32 memcached for windows, version 1.2.1 port]
Even older:
* [http://www.ctoforaday.com/articles/000039.html windows port] (2004)