Path: utzoo!attcan!uunet!snorkelwacker!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph R. Swick) Newsgroups: comp.windows.x Subject: Re: getting back to the main event processing loop Message-ID: <8910181549.AA03475@LYRE.MIT.EDU> Date: 18 Oct 89 15:49:40 GMT References: <8910181417.AA01879@zooks.Morgan.COM> Sender: daemon@bloom-beacon.MIT.EDU Organization: DEC/MIT Project Athena Lines: 13 > XtAppAddTimeOut(app, (long)0, ... > Am I abusing this call, Probably not. > I find my main > loop is very busy, I'm not surprised, if you schedule a lot of zero-length timeouts :-) Sure looks a lot like work procedures to me (XtAppAddWorkProc); why did you decide to use timeouts?