[cod] Random strangeness on serve

Ryan C. Gordon icculus at icculus.org
Mon Dec 12 16:20:12 EST 2005


> set the affinity of the process to only one cpu

COD2 _does_ use the rdtsc opcode on Windows, so if you have an SMP box 
with unsync'd processors, you can see strange behaviour.

All of those problems you listed were visible in the Linux server before 
I swapped out rdtsc for the gettimeofday syscall.

I bet all of those problems you see have a matching log entry about 
scripts being killed for potential infinite looping, too.

--ryan.




More information about the Cod mailing list