Hey, I am working in Oberon Media that is the world's leading multi-platform casual games company. We have pretty big load on our platform (ppl says that we serve 280.000.000 users and something like 30000 users concurrent)
We are trying to use win32 Memcache server on Windows 2003 with 4 CPUs. We want to use the Memcache server in two modes one for read-only cache for Nhibernate second level cache, second for read-write cache for our user accounts system. We had some performance problem with ClientLibrary but we succeed to solve by adding adapter to Nhibernate that uses Enyim library ( http://www.codeplex.com/EnyimMemcached) Now we have other problem with very strange behavior: we run "memcached -m 256" by FireDeamon application and we got 100 % CPU load every couple of days by memcached process without any request to the server. Stats returns 0 cmd_get and 0 cmd_set. This is very strange situation! We have other application that uses memcache with default memory usage (64) and the server just works fine. I saw that people uses win32 memcache with 1GB instances so any idea or any other helpful information very welcome. Thanks. Daniel.Pashkov Oberon-Media.com
