From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Diogo F. S. Ramos" Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Add observation that ports are not thread-safe Date: Tue, 15 Apr 2014 08:24:53 -0300 Message-ID: <87bnw2sum2.fsf@nebulosa.milkyway> References: <87vbv2qd9e.fsf@pobox.com> <1395779788-24115-1-git-send-email-dfsr@riseup.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1397561149 28569 80.91.229.3 (15 Apr 2014 11:25:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Apr 2014 11:25:49 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Apr 15 13:25:43 2014 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Wa1Uk-0005RI-82 for guile-devel@m.gmane.org; Tue, 15 Apr 2014 13:25:42 +0200 Original-Received: from localhost ([::1]:48183 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wa1Uj-0007SU-Hv for guile-devel@m.gmane.org; Tue, 15 Apr 2014 07:25:41 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42280) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wa1UX-0007RV-Tg for guile-devel@gnu.org; Tue, 15 Apr 2014 07:25:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wa1UQ-0003kR-TE for guile-devel@gnu.org; Tue, 15 Apr 2014 07:25:29 -0400 Original-Received: from mx1.riseup.net ([198.252.153.129]:47263) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wa1UQ-0003kE-NQ for guile-devel@gnu.org; Tue, 15 Apr 2014 07:25:22 -0400 Original-Received: from fulvetta.riseup.net (fulvetta-pn.riseup.net [10.0.1.75]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Gandi Standard SSL CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 987B24FC37 for ; Tue, 15 Apr 2014 04:25:21 -0700 (PDT) Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: dfsr@fulvetta.riseup.net) with ESMTPSA id A9DE53BD In-Reply-To: <1395779788-24115-1-git-send-email-dfsr@riseup.net> (Diogo F. S. Ramos's message of "Tue, 25 Mar 2014 17:36:28 -0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-Virus-Scanned: clamav-milter 0.98.1 at mx1 X-Virus-Status: Clean X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 198.252.153.129 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:17068 Archived-At: Until we resolve the issue if ports should be locked or not in the future, I still think it's important to mention that ports are not thread-safe in the manual.