Return-Path: X-Original-To: apmail-incubator-etch-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-etch-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EC7CDE875 for ; Fri, 7 Dec 2012 16:28:52 +0000 (UTC) Received: (qmail 41750 invoked by uid 500); 7 Dec 2012 16:28:52 -0000 Delivered-To: apmail-incubator-etch-dev-archive@incubator.apache.org Received: (qmail 41686 invoked by uid 500); 7 Dec 2012 16:28:52 -0000 Mailing-List: contact etch-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: etch-dev@incubator.apache.org Delivered-To: mailing list etch-dev@incubator.apache.org Received: (qmail 41668 invoked by uid 99); 7 Dec 2012 16:28:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Dec 2012 16:28:52 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of wert1y@mac.com designates 17.172.81.0 as permitted sender) Received: from [17.172.81.0] (HELO st11p00mm-asmtp001.mac.com) (17.172.81.0) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Dec 2012 16:28:31 +0000 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from [192.168.1.112] (cpe-70-112-63-236.austin.res.rr.com [70.112.63.236]) by st11p00mm-asmtp001.mac.com (Oracle Communications Messaging Exchange Server 7u4-22.01 64bit (built Apr 21 2011)) with ESMTPSA id <0MEO000YO5QX2E00@st11p00mm-asmtp001.mac.com> for etch-dev@incubator.apache.org; Fri, 07 Dec 2012 16:28:10 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.9.8185,1.0.431,0.0.0000 definitions=2012-12-06_08:2012-12-06,2012-12-06,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=1 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1203120001 definitions=main-1212070129 Message-id: <50C218FD.6000007@mac.com> Date: Fri, 07 Dec 2012 10:27:41 -0600 From: scott comer User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 To: etch-dev@incubator.apache.org Subject: Re: Connection Timeout References: <86D15D3953FD7546846601929374BD3604290C87BB@SMUCM02V.europe.bmw.corp> <50C211F4.3070808@mac.com> In-reply-to: <50C211F4.3070808@mac.com> X-Virus-Checked: Checked by ClamAV on apache.org specifically a message reader thread should not make a call which is not oneway back to the caller. calls to other connections are ok, and oneway calls are ok. On 12/7/2012 9:57 AM, scott comer wrote: > for a connection to hang means that one of the message readers has hung > or is just super busy. one way this can happen is for a message reader > to make an etch call. you must take steps to prevent this from > happening. one way is to mark the method as being as asynchronous (which > causes it to be executed on a thread pool instead of by the reader).