Tagged Questions
2
votes
0answers
56 views
So the design of client-server separation is not the bottleneck of X Window?
In the answer of this, it mentioned:
People also hear that X uses the "network" and think this is going to
be a performance bottleneck. "Network" here means local UNIX domain
socket, which has ...
2
votes
1answer
114 views
What makes the Linux scheduler seem unpredictable?
The question refers to the output of a multi-threaded application, where each thread merely prints its ID (user assigned number) on the standard output. Here all threads have equal priority and ...
-3
votes
2answers
65 views
Which Linux distro/mode offers lowest interference when running your own applications?
I'm interested in a Linux distro to build C projects and test their behavior in a very predictable and controlled environment. I'm especially concerned about letting the scheduler deal as much as ...
