Hello!

I was trying to recompile code which was working perfectly on CentOS 6 32 bit under same version of CentOS but for 64bit. boost version is 1.49.0.
Problem is that this_thread::sleep return immediately on 64 bit machine... Only increasing sleep time to 3000 i was able to see real sleep. I saw that many people have same problem but is there a way to easily resolve it?

Serg