ZelluX wrote: > Considering such a situation, some applications are running on x window > systems and one of them, for example, a web browser has the focus. If there > comes an interrupt, such as a keyboard interrupt, and now kernel takes over > the control. My question is that what's the running user-mode application > now, is it the web browser, xserver, or any process is possible? I'm not sure it's the answer you're out for, but the data flow is roughly
kernel (driver) -> X.org driver-> X server -> (network) -> x11 lib -> application Scheduling adapts to that, AFAIK with some help by X. HTH, Simon _______________________________________________ xorg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xorg
