02-20-2013 04:05 AM
Is there any documentation on Sage cache service?
I installed and started the Sage cache service, and I think that it does not work because
I do not see any activity from the SageCacheService.exe process (memory or CPU usage does not change in time)
Solved! Go to Solution.
02-20-2013 05:25 AM
Do a Google on "memcache" - The SLX service is a "port" of the open source'd memcache.
Ex:
02-20-2013 05:44 AM
02-20-2013 08:35 AM
The SageCacheService.exe simply starts/stops memcached.exe; memcached.exe is what does the processing. I'm not sure how much CPU processing you will see for memcached.exe, but you will see TCP traffic.
Thanks
Mike