From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/45254 Path: main.gmane.org!not-for-mail From: (Chris Beggy ) news@kippona.com Newsgroups: gmane.emacs.gnus.general Subject: Re: gpg verification slows down my gnus Date: Fri, 14 Jun 2002 15:25:34 -0400 Organization: Kippona Sender: owner-ding@hpc.uh.edu Message-ID: <87vg8l3bo1.fsf@lackawana.kippona.com> References: <87u1o680b8.fsf@lackawana.kippona.com> <87ptytg764.fsf@deneb.enyo.de> <87660l4sy6.fsf@lackawana.kippona.com> Reply-To: Chris Beggy NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1024082808 4960 127.0.0.1 (14 Jun 2002 19:26:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 14 Jun 2002 19:26:48 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17Iwid-0001Ht-00 for ; Fri, 14 Jun 2002 21:26:48 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17Iwhm-0003Dc-00; Fri, 14 Jun 2002 14:25:54 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 14 Jun 2002 14:26:13 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id OAA29562 for ; Fri, 14 Jun 2002 14:26:00 -0500 (CDT) Original-Received: (qmail 9880 invoked by alias); 14 Jun 2002 19:25:37 -0000 Original-Received: (qmail 9875 invoked from network); 14 Jun 2002 19:25:37 -0000 Original-Received: from lackawana.kippona.com (root@207.8.195.148) by gnus.org with SMTP; 14 Jun 2002 19:25:37 -0000 Original-Received: from lackawana.kippona.com (nobody@localhost [127.0.0.1]) by lackawana.kippona.com (8.12.2/8.12.2/Kippona) with ESMTP id g5EJPam4019932 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Fri, 14 Jun 2002 15:25:36 -0400 Original-Received: (from nobody@localhost) by lackawana.kippona.com (8.12.2/8.12.2/Submit/Kippona) id g5EJPa42019931; Fri, 14 Jun 2002 15:25:36 -0400 X-Reply-To: Chris Beggy Original-Lines: 23 Original-X-Trace: lackawana.kippona.com 1024082734 19448 207.8.195.148 (14 Jun 2002 19:25:34 GMT) Original-X-Complaints-To: abuse@kippona.com X-gpgkeyid: 0x8060510A X-fingerprint: 6012 F8F8 29B3 67E4 0604 BCD2 F882 88AE 8060 510A Cancel-Lock: sha1:uzBKzdDZxJLQ13YYKFGGk0D4lr4= Original-To: ding@gnus.org Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:45254 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:45254 (Chris Beggy ) news@kippona.com writes: > Florian Weimer writes: > >> Which GnuPG version are you using? > > gpg 1.0.4 I took the hint, compiled and installed gnupg 1.0.7 and found tremendous improvement, for the same signer, same keyring: Function Name Call Count Elapsed Time Average Time ============================= ========== ============ ============ gpg-verify 1 0.845249 0.845249 gpg-with-temp-files-create 1 0.035467 0.035467 gpg-make-temp-file 2 0.035334 0.017667 gpg-with-temp-files-delete 1 0.000451 0.000451 gpg-build-arg-list 1 5.9e-05 5.9e-05 gpg-exec-path 1 1.5e-05 1.5e-05 Thanks for this suggestion. Chris