Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id F3DEF2009F8 for ; Fri, 3 Jun 2016 20:41:41 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id F26F6160A49; Fri, 3 Jun 2016 18:41:41 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6BEC2160A3B for ; Fri, 3 Jun 2016 20:41:41 +0200 (CEST) Received: (qmail 15688 invoked by uid 500); 3 Jun 2016 18:41:40 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 15676 invoked by uid 99); 3 Jun 2016 18:41:40 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jun 2016 18:41:40 +0000 Received: from asf-bz1-us-mid.priv.apache.org (nat1-us-mid.apache.org [23.253.172.122]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPS id 482351A027F for ; Fri, 3 Jun 2016 18:41:40 +0000 (UTC) Received: by asf-bz1-us-mid.priv.apache.org (ASF Mail Server at asf-bz1-us-mid.priv.apache.org, from userid 33) id 16C2E60B93; Fri, 3 Jun 2016 18:41:38 +0000 (UTC) From: bugzilla@apache.org To: dev@tomcat.apache.org Subject: [Bug 59650] NIO2 connector does not respect executor bounds, reuses NIO.2 threads for processing request on connections Date: Fri, 03 Jun 2016 18:41:38 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Tomcat 8 X-Bugzilla-Component: Connectors X-Bugzilla-Version: 8.0.x-trunk X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: remm@apache.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dev@tomcat.apache.org X-Bugzilla-Target-Milestone: ---- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_severity resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bz.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 archived-at: Fri, 03 Jun 2016 18:41:42 -0000 https://bz.apache.org/bugzilla/show_bug.cgi?id=59650 Remy Maucherat changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement Resolution|--- |WONTFIX Status|REOPENED |RESOLVED --- Comment #3 from Remy Maucherat --- The NIO2 connector only works with an ExecutorService that is exclusive to this connector. A side effect of the design really. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org