View Single Post
Posts: 1,463 | Thanked: 1,916 times | Joined on Feb 2008 @ Edmonton, AB
#2
i would try to disable the cpu scheduler with the instructions here:
http://talk.maemo.org/showthread.php?t=47479
sleep commands usually put threads to sleep for a minimum amount of time, and it's usually going to sleep for longer than you specify. if the cpu scheduler decides the incoming call is important, it might ignore your thread for a while. i dunno. maybe you have some other error but i don't know python