> Around 20 o'clock on Sep 20, Ivan Pascal wrote:
> 
> > The solution is obvious.  WaitForSomething should not run any callbacks before
> > the Select but just check timers and if there are expired timers call select
> > with a zero timeout.
> 
> One more issue I thought of this morning -- the patch as submitted will 
> only run timeouts when the server is idle; a server constantly receiving 
> input from clients will never see the select return <= 0.

Oops.  Thank you.
I focused my attention on the stuff above the select an missed this point.

-- 
 Ivan U. Pascal         |   e-mail: [EMAIL PROTECTED]
   Administrator of     |   Tomsk State University
     University Network |       Tomsk, Russia
_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to