From owner-freebsd-questions@FreeBSD.ORG Sat Jan 10 19:59:27 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D433C16A4CE for ; Sat, 10 Jan 2004 19:59:27 -0800 (PST) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25A5D43D2D for ; Sat, 10 Jan 2004 19:59:26 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.10/8.12.10) id i0B3xPT5015069; Sat, 10 Jan 2004 21:59:25 -0600 (CST) (envelope-from dan) Date: Sat, 10 Jan 2004 21:59:25 -0600 From: Dan Nelson To: Russell Dickson Message-ID: <20040111035924.GC3393@dan.emsphone.com> References: <200401101826460595.3ACFC4BA@outgoing.verizon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200401101826460595.3ACFC4BA@outgoing.verizon.net> X-OS: FreeBSD 5.2-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.5.1i cc: freebsd-questions@freebsd.org Subject: Re: resources using mhash X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jan 2004 03:59:28 -0000 In the last episode (Jan 10), Russell Dickson said: > I hope this is the correct list for this. > > I'm wondering about mhash and how others find it for efficiency on a > web server, specifically for RAM and how much it adds to the web > daemon. Also, if anyone has found a problem when recompiling it in > with PHP? I can't find any such stats and little else on mhash. >From what I can tell by the port description, it's just a library, and it seems to duplicate functionality already in openssl's libcrypto library. I wouldn't expect it to add more than a couple KB to any program linked with it. -- Dan Nelson dnelson@allantgroup.com