What does this mean?
Guy Harris
auspex!guy at uunet.uu.net
Sat Jun 30 06:10:04 AEST 1990
>This message normally occurs whenevery you enter SunView the first time
>after rebooting your system.
Only if your machine is slow (i.e., only if the selection service isn't
running by the time you first do your selection).
>The selection service is a background process which services the
>keyboard and mouse interrupts for SunView.
No, it's not; keyboard and mouse events come up from the serial ports (or
parallel ports, for those of you who still have Sun-1s...) through the
appropriate line discipline/streams module, and end up in kernel code that
distributes the events to the appropriate process through a "/dev/winN"
device. The section service is an RPC-based service that, not
surprisingly, manages selections. (It does *NOT* handle the mouse button
events that indicate a selection; the application does that. This appears
on page 96 of the very description you cite in the SunView 1 System
Programmer's Guide.)
More information about the Comp.sys.sun
mailing list