Hmm, I got xCache 1.2.1 working, but for some reason the Clogs keep on going up and up, much faster than anything else, plus it is always compiling... Searching on line other people have had the same problem, but doesn't look like there is a solution. My setup win2003 - Apache v2.2.3 - php5.2.4
PHP Code:
Slots Size Avail % Compiling Hits Misses Clogs OOMs Protected Cached Deleted GC
php#0 8.00 K 64.00 M 62.06 M yes 0 10 5,111 0 no 9 0
[xcache]
xcache.shm_scheme = "mmap"
xcache.size = 64M
xcache.count = 1
xcache.slots = 8k
xcache.ttl = 0
xcache.gc_interval = 0
; same as aboves but for variable cache
xcache.var_size = 64M
xcache.var_count = 1
xcache.var_slots = 8K
xcache.var_ttl = 0
xcache.var_maxttl = 0
xcache.var_gc_interval = 300
xcache.test = Off
xcache.readonly_protection = Off
xcache.mmap_path = "/dev/zero"