Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 84296 invoked from network); 8 Sep 2010 13:07:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Sep 2010 13:07:07 -0000 Received: (qmail 44236 invoked by uid 500); 8 Sep 2010 13:07:07 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 44030 invoked by uid 500); 8 Sep 2010 13:07:04 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 44023 invoked by uid 99); 8 Sep 2010 13:07:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Sep 2010 13:07:03 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of elecharny@gmail.com designates 74.125.82.44 as permitted sender) Received: from [74.125.82.44] (HELO mail-ww0-f44.google.com) (74.125.82.44) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Sep 2010 13:06:57 +0000 Received: by wwj40 with SMTP id 40so9873391wwj.1 for ; Wed, 08 Sep 2010 06:06:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=/q+A2xylMNy4zBucNKnkmWTb0Znf3H56PmR5Flyy0j8=; b=qYIrzsMsaHsTewJ9e8+MNph/Wpv33g5e/gO1fb06KWOZ1TkEI20JhsnO3j+3sua88G /G93p78dydu7GBmmRHVJ0MlHfmHdL3E+Ka5vSRiazAPp7JvkeAb3VzwtvWHqmWJYsaJM I02AoqvMd+9oh7je8HGn5LsRhWR8Ul/ZoAMnM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; b=RScumw5RCEEOHMjY5N4L5B9C2R8bNR/NKJLifaJTw06ItNp7V9cX/TmGTK93khnfyz aB/fUhA18Ag8yTItxKu25U590sVOxc/eANnPElqZJqkMQyAuLtfpGojV7zQkg1I/lDLM wGWrhS4773oy+dOFcPhl1emGtCCefTZ6JZ4Fo= Received: by 10.227.134.69 with SMTP id i5mr223335wbt.165.1283951195733; Wed, 08 Sep 2010 06:06:35 -0700 (PDT) Received: from emmanuel-lecharnys-MacBook-Pro.local (lon92-10-78-226-4-211.fbx.proxad.net [78.226.4.211]) by mx.google.com with ESMTPS id w31sm14128wbd.9.2010.09.08.06.06.34 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 08 Sep 2010 06:06:34 -0700 (PDT) Message-ID: <4C878B41.5050208@gmail.com> Date: Wed, 08 Sep 2010 15:10:25 +0200 From: Emmanuel Lecharny Reply-To: elecharny@apache.org User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: connection timeouts References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit > I am using apache directory studio 1.5.2 You should switch to 1.5.3 :) > There is a very annoing issue with connections. If I leave connection open > for a long time open it gots frozen and it takes a long time to revive it. Plain normal. > Maybe it is possible to add some feature to connection properties like > "keepAlive" or something so that it is alway very quick to respond. sadly, there is nothing such as a 'keep-alive' request in LDAP. We could send a search for the rootDSE periodically, but frankly, considering that LDAP is a connected protocol, that means we will potentially have thousands of requests sent to the server just to deal with this problem. Not sure it worth the effort... (IMHO, of course) -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com