Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!uw-beaver!rice!sun-spots-request From: pereira@warbucks.ai.sri.com (Fernando Pereira) Newsgroups: comp.sys.sun Subject: Re: Notifier question Keywords: Windows Message-ID: <3858@kalliope.rice.edu> Date: 9 Jun 89 16:47:34 GMT Sender: usenet@rice.edu Organization: Sun-Spots Lines: 13 Approved: Sun-Spots@rice.edu X-Sun-Spots-Digest: Volume 8, Issue 33, message 3 of 12 Mark Weiser (weiser.pa@xerox.com) suggests that "select" will more reliably wake up window updating than "notify_dispatch". However, it should be noted that libsunwindows.a defines its own version of "select" in one of the notifier modules, so the call to "select" is doing more than just calling the kernel "select". In our own code, we have used "notify_dispatch" extensively to wake up our windows outside window_main_loop without problems, *except* for occasional delays of a few seconds reacting events (mouse or keyboard). I may try to use the "select" trick instead to see whether there is any difference in behavior. Fernando Pereira AI Center, SRI International pereira@ai.sri.com