Original Post
hi all i'm using SDL for my game and i use several threads (rendering and networking). in each thread i have a delay for 20 to 60ms. when i run the game, the processor load is 100%. if i disable the threads, the processor load is normal. even the cpu load is 100%, the game runs without problems. do i have to add somthing to my SDL threads, so that the cpu load is normal?