groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Groff] still exploring the last version: what is gremlin ?


From: Werner LEMBERG
Subject: Re: [Groff] still exploring the last version: what is gremlin ?
Date: Fri, 06 Oct 2000 08:33:57 +0200 (CEST)

> I just discovered that a change made in main.c for xgremlin-2.0
> in line 592:
> 
>   readmask = ConnectionNumber(display);/*1 << display->fd;*/ 
> 
> slows down the program VERY much, so I went back to the old line,
> that is:
> 
>               readmask = 1 << display->fd;
> 
> Those of you guys with linux system should try both options.

How does it slow down?  This wasn't my change, BTW, I've taken it from
the HP-UX port (the link you've given in one of your recent mails),
and according to the various man pages, using ConnectionNumber() seems
the right thing to do to be portable.  Can someone comment this
please?


    Werner

reply via email to

[Prev in Thread] Current Thread [Next in Thread]