From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel Subject: Re: crypt mutex Date: Mon, 23 Feb 2004 20:15:07 +0100 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87vflx8v5w.fsf@zagadka.ping.de> References: <87znbdi85m.fsf@zip.com.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1077564195 13019 80.91.224.253 (23 Feb 2004 19:23:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 23 Feb 2004 19:23:15 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Feb 23 20:23:10 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AvLfa-0007xX-00 for ; Mon, 23 Feb 2004 20:23:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AvLdU-0007oX-Ep for guile-devel@m.gmane.org; Mon, 23 Feb 2004 14:21:00 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1AvLcM-0007GN-0l for guile-devel@gnu.org; Mon, 23 Feb 2004 14:19:50 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1AvLYX-0005WO-AF for guile-devel@gnu.org; Mon, 23 Feb 2004 14:16:24 -0500 Original-Received: from [195.253.8.218] (helo=mail.dokom.net) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AvLXs-0005IC-Lu for guile-devel@gnu.org; Mon, 23 Feb 2004 14:15:12 -0500 Original-Received: from [195.253.16.70] (helo=zagadka.ping.de) by mail.dokom.net with smtp (Exim 3.36 #3) id 1AvLZC-0000Vn-00 for guile-devel@gnu.org; Mon, 23 Feb 2004 20:16:34 +0100 Original-Received: (qmail 5146 invoked by uid 1000); 23 Feb 2004 19:15:07 -0000 Original-To: djurfeldt@nada.kth.se In-Reply-To: (Mikael Djurfeldt's message of "Fri, 20 Feb 2004 22:26:48 -0500") User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:3434 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3434 Mikael Djurfeldt writes: > BTW, applying this policy on crypt probably means that we shouldn't > protect it with a mutex. I'd say we should since it uses a static buffer. There is no way to use crypt in a threaded program without putting mutexes around it. -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel