Return-Path: X-Original-To: apmail-qpid-dev-archive@www.apache.org Delivered-To: apmail-qpid-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 0BBBE10A35 for ; Tue, 6 Aug 2013 16:28:51 +0000 (UTC) Received: (qmail 59093 invoked by uid 500); 6 Aug 2013 16:28:50 -0000 Delivered-To: apmail-qpid-dev-archive@qpid.apache.org Received: (qmail 59038 invoked by uid 500); 6 Aug 2013 16:28:50 -0000 Mailing-List: contact dev-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list dev@qpid.apache.org Received: (qmail 58752 invoked by uid 99); 6 Aug 2013 16:28:49 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Aug 2013 16:28:49 +0000 Date: Tue, 6 Aug 2013 16:28:49 +0000 (UTC) From: "Ted Ross (JIRA)" To: dev@qpid.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (QPID-4997) Dispatch - Thread safety issues in the usage of Proton 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/QPID-4997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Ross resolved QPID-4997. ---------------------------- Resolution: Fixed Fix Version/s: Future > Dispatch - Thread safety issues in the usage of Proton > ------------------------------------------------------ > > Key: QPID-4997 > URL: https://issues.apache.org/jira/browse/QPID-4997 > Project: Qpid > Issue Type: Bug > Components: Qpid Dispatch > Reporter: Ted Ross > Assignee: Ted Ross > Fix For: Future > > > Dispatch, being an intermediary, often needs to deal with activating and modifying multiple links synchronously. There are several Proton calls that are invoked on threads in violation of the one-thread-at-a-time-per-connection rule. > A mechanism needs to be put in place whereby delivery (settlement/disposition) and link (flow/offer) can be safely scheduled for later processing on a "proper" thread. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org For additional commands, e-mail: dev-help@qpid.apache.org