From owner-freebsd-ports@FreeBSD.ORG Wed Nov 12 08:18:49 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5207616A4CE; Wed, 12 Nov 2003 08:18:49 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EA8B43FB1; Wed, 12 Nov 2003 08:18:48 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.9p2/8.12.9) with ESMTP id hACGGvMg090504; Wed, 12 Nov 2003 11:16:58 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)hACGGvNs090501; Wed, 12 Nov 2003 11:16:57 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Wed, 12 Nov 2003 11:16:57 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Sweetleaf In-Reply-To: <20031112160711.784E03FADE@server1.messagingengine.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: open office X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2003 16:18:49 -0000 On Wed, 12 Nov 2003, Sweetleaf wrote: > Does openoffice seem slow to respond to others? Clicking on a menu option > such as "file" as to open a file takes about 30sec to give me the drop > down menu. Also i have noticed there might be a problem with the way the > port built or installed gtk, go to the business card creator and you > should see just gibberesh instead of the wizzard layout. I am using the > openoffice in the 5-current ports which is 1.1.0. > > System: amd athlon-xp 1800 w/256 ddr 2700 ram > > freebsd-5-current with 5-current ports. Are you using libc_r, or another of the threading libraries? Interactivity problems in applications can sometimes be attributed to thread-level scheduling or locking problems, either in the application, or due to the threading model. I've found that switching to libkse makes threaded GUI applications a lot more responsive, as the GUI can continue to update while another thread performs slow disk I/O or the like. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories