Return-Path: X-Original-To: apmail-logging-log4net-dev-archive@www.apache.org Delivered-To: apmail-logging-log4net-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6C0AA18C34 for ; Mon, 2 Nov 2015 20:04:28 +0000 (UTC) Received: (qmail 13873 invoked by uid 500); 2 Nov 2015 20:04:28 -0000 Delivered-To: apmail-logging-log4net-dev-archive@logging.apache.org Received: (qmail 13513 invoked by uid 500); 2 Nov 2015 20:04:28 -0000 Mailing-List: contact log4net-dev-help@logging.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Log4NET Dev" List-Id: Delivered-To: mailing list log4net-dev@logging.apache.org Received: (qmail 13488 invoked by uid 99); 2 Nov 2015 20:04:28 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Nov 2015 20:04:27 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D88BE2C1F5E for ; Mon, 2 Nov 2015 20:04:27 +0000 (UTC) Date: Mon, 2 Nov 2015 20:04:27 +0000 (UTC) From: "Dominik Psenner (JIRA)" To: log4net-dev@logging.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (LOG4NET-487) Control mutex type MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LOG4NET-487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Psenner reassigned LOG4NET-487: --------------------------------------- Assignee: Dominik Psenner > Control mutex type > ------------------ > > Key: LOG4NET-487 > URL: https://issues.apache.org/jira/browse/LOG4NET-487 > Project: Log4net > Issue Type: Improvement > Components: Appenders > Affects Versions: 1.2.14, 1.3.0 > Reporter: NN > Assignee: Dominik Psenner > > The only missing feature is an option for choosing Local (per session) or Global (per machine) mutex. > The current code just uses the filename for mutex which good but it always makes a local one, so if you have two sessions you cannot synchronize them. > Default is Local for backward compatibility. > See Note in: https://msdn.microsoft.com/en-us/library/system.threading.mutex%28v=vs.110%29.aspx > I think it can be an option like > > or something like that. > It also applies to FileAppender mutex . > > > > See issue #485 for reference. -- This message was sent by Atlassian JIRA (v6.3.4#6332)