Re: RasterMan on linux and threads

Ingo Molnar (mingo@chiara.csoma.elte.hu)
Sat, 18 Dec 1999 01:19:48 +0100 (CET)


you might just be confused by the fact that if you create a new thread
under X and use X calls, then you actually have _three_ processes on a
dual box: your two threads and the X server. So you might end up running
your two threads on one CPU, X on the other CPU. I see this scheduling
scenario often with xquake.

-- mingo

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/