Hi all the Azure developers,
I have searched all the posts related to Azure with memcached server, and it seems like the only version that works in Azure is 1.2.1.0 from http://jehiah.cz/projects/memcached-win32/
I was trying to use the latest version of memcached server 1.4.5. It works in development fabric, but not in Azure. Has anyone successfully use 1.4.5 with Azure? If so, how do you do to make it work?
How I tested in development fabric is as follow
1. Downloaded Windows Azure Memcached Solution Accelerator http://code.msdn.microsoft.com/winazurememcached
2. Downloaded v1.4.5 windows binaries from http://labs.northscale.com/memcached-packages/
Windows, (64-bit) zip file memcached-1.4.5-amd64.zip
According to memcached.org, it says NorthScale builds memcached binaries for windows platforms.
3. Include 1.4.5's one binary(pthreadGC2.dll) and memcached.exe in WorkerRole project (Build Action:
Content , Copy to Output Directory : Copy Always )
4. Compile and run
it all worked fine in Dev Fabric, but not in cloud.
Is there any other version of memcached server that I can use or I have to stick with 1.2.1.0.
Or maybe there are others that are better than memcached?
Thanks,