Path: utzoo!attcan!uunet!aplcen!samsung!cs.utexas.edu!rice!sun-spots-request From: auspex!guy@uunet.uu.net (Guy Harris) Newsgroups: comp.sys.sun Subject: Re: What does this mean? Keywords: Miscellaneous Message-ID: <9550@brazos.Rice.edu> Date: 29 Jun 90 20:10:04 GMT Sender: root@rice.edu Organization: Sun-Spots Lines: 18 Approved: Sun-Spots@rice.edu X-Refs: Original: v9n234, Replies: v9n241 X-Sun-Spots-Digest: Volume 9, Issue 246, message 10 >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.)