Return-Path: X-Original-To: apmail-directory-dev-archive@www.apache.org Delivered-To: apmail-directory-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 E3660FB19 for ; Wed, 21 Aug 2013 18:24:00 +0000 (UTC) Received: (qmail 52316 invoked by uid 500); 21 Aug 2013 18:23:59 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 50213 invoked by uid 500); 21 Aug 2013 18:23:55 -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 49848 invoked by uid 99); 21 Aug 2013 18:23:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Aug 2013 18:23:52 +0000 Date: Wed, 21 Aug 2013 18:23:52 +0000 (UTC) From: "Gerald Turner (JIRA)" To: dev@directory.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DIRAPI-153) Implement efficient reuse of schema loading MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Gerald Turner created DIRAPI-153: ------------------------------------ Summary: Implement efficient reuse of schema loading Key: DIRAPI-153 URL: https://issues.apache.org/jira/browse/DIRAPI-153 Project: Directory Client API Issue Type: Improvement Affects Versions: 1.0.0-M20 Reporter: Gerald Turner Each LdapConnection has to loadSchema(...) to become schema aware. While testing I have found this to take about 2 seconds. It would be great if schema loading could be done once while an application is initializing and then reused on subsequent connections. Perhaps additional SchemaManager API could be added to classes like LdapConnectionConfig, PoolableLdapConnectionFactory, and LdapConnectionPool? Mailing List reference: https://mail-archives.apache.org/mod_mbox/directory-api/201308.mbox/%3CCABzFU-eOfmwiFpR1w0Fd-JhNFBVLO0NkHKa5w61ReFBEq%3DWkaw%40mail.gmail.com%3E -- 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