I noticed something weird today. When you pass SDL_INIT_TIMER to
SDL_Init(…) three processes are created… I did not notice earlier
because they are always on the bottom of the listing in ‘top’. When I
take out the SDL_INIT_TIMER only a single process is created. I suppose
timers are seperate threads but should there really be several
processes?? This may just be my ignorance (I give it a 90% chance) but
this seems peculiar.
– David Snopek