From owner-freebsd-hackers Tue Aug 21 8:55: 2 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from algol.vtrip-ltd.com (algol.vtrip-ltd.com [139.91.200.19]) by hub.freebsd.org (Postfix) with ESMTP id 5C4C437B403 for ; Tue, 21 Aug 2001 08:54:59 -0700 (PDT) (envelope-from verigak@vtrip-ltd.com) Received: from verigak (helo=localhost) by algol.vtrip-ltd.com with local-esmtp (Exim 3.12 #1 (Debian)) id 15ZDpR-0006yh-00 for ; Tue, 21 Aug 2001 18:52:33 +0300 Date: Tue, 21 Aug 2001 18:52:33 +0300 (EEST) From: Giorgos Verigakis To: Subject: Zope's performance issues (cont.) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG To check if it was indeed a thread problem, I repeated my tests using Zope-2.4.0 and python 2.1.1 First I did a default python compilation (using libc_r) and then using pth (GNU portable threads) Using the program I sent on my previous email and a hit rate of 100 I got libc_r: 243 sec, 28 real hits/sec pth: 15 sec, 36 real hits/sec So, I guess there is some problem on libc_r Giorgos PS: I did the same on OpenBSD and had similar results To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message