Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Apr 1998 16:55:59 +0400
From:      =?koi8-r?B?4c7E0sXKIP7F0s7P1w==?= <ache@nagual.pp.ru>
To:        dave adkins <adkin003@tc.umn.edu>, freebsd-current@FreeBSD.ORG
Cc:        phk@FreeBSD.ORG, peter@FreeBSD.ORG
Subject:   Re: -current X11 slowdown confirmation
Message-ID:  <19980401165559.50833@nagual.pp.ru>
In-Reply-To: <Pine.NEB.3.96.980401055304.2664B-100000@samthedog>; from adkin003@tc.umn.edu on Wed, Apr 01, 1998 at 06:15:28AM -0600
References:  <199804011108.GAA09829@hda.hda.com> <Pine.NEB.3.96.980401055304.2664B-100000@samthedog>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Apr 01, 1998 at 06:15:28AM -0600, dave adkins wrote:
> i noticed that the slowdown in netscape would change with the amount of
> cursor movement/keyboard input in the netscape window. I took a look at

Yes, I notice it too.

> select() and poll in sys_generic.c. Going back to sys_generic.c v1.33 and
> replacing the use of time with getmicrotime(), the problem in netscape
> seemed to go away. It looks like select() and poll() in sys_generic.c
> v1.34 don't timeout correctly so netscape just waits at the
> select()/poll() in its work loop until an event occurs. 
> 
> ----------------------------------------------------------------------
> 
> --- sys_generic.c.1.34	Wed Apr  1 05:43:52 1998
> +++ sys_generic.c	Wed Apr  1 05:44:05 1998


Thanx for the patch, it eliminates slowness!
I hope real fix will be commited soon.

-- 
Andrey A. Chernov
http://www.nagual.pp.ru/~ache/
MTH/SH/HE S-- W-- N+ PEC>+ D A a++ C G>+ QH+(++) 666+>++ Y

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980401165559.50833>