Return-Path: Delivered-To: apmail-db-ojb-dev-archive@www.apache.org Received: (qmail 79697 invoked from network); 15 Jul 2004 06:31:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Jul 2004 06:31:10 -0000 Received: (qmail 36726 invoked by uid 500); 15 Jul 2004 06:31:09 -0000 Delivered-To: apmail-db-ojb-dev-archive@db.apache.org Received: (qmail 36659 invoked by uid 500); 15 Jul 2004 06:31:08 -0000 Mailing-List: contact ojb-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "OJB Developers List" Reply-To: "OJB Developers List" Delivered-To: mailing list ojb-dev@db.apache.org Received: (qmail 36643 invoked by uid 99); 15 Jul 2004 06:31:08 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received: from [80.91.224.249] (HELO main.gmane.org) (80.91.224.249) by apache.org (qpsmtpd/0.27.1) with ESMTP; Wed, 14 Jul 2004 23:31:06 -0700 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Bkzlk-0007bI-00 for ; Thu, 15 Jul 2004 08:31:00 +0200 Received: from p83.129.118.61.tisdip.tiscali.de ([83.129.118.61]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 15 Jul 2004 08:31:00 +0200 Received: from t.schoellhorn by p83.129.118.61.tisdip.tiscali.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 15 Jul 2004 08:31:00 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: ojb-dev@db.apache.org From: =?ISO-8859-1?Q?Tino_Sch=F6llhorn?= Subject: ObjectCacheDefaultImpl and many databases Date: Thu, 15 Jul 2004 08:30:46 +0200 Lines: 20 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: p83.129.118.61.tisdip.tiscali.de User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.1) Gecko/20040707 X-Accept-Language: en-us, en Sender: news X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, currently I am using OJB 1.0 am I think this is just a great tool. But there is one thing I don't completely understand: I have an (web)-application which serves different clients. Each client has an own database - but these databases have the identical scheme. Due to that I am running into troubles when using ObjectCacheDefaultImpl because that cache-implementation maps all cached object to one static Map (using ObjectCachePerBrokerImpl isn't an option for us for performance reasons). So I wondered if you intend to extend the capabilities of ObjectCacheDefaultImpl so that it could cache differnent - but schematicall identical - databases? Currently I modified theObjectCacheDefaultImpl so that it works for me. But I am sure this would help other too, so - if it is of interest - I can donate my (quite simple) changes. With regards Tino Sch�llhorn --------------------------------------------------------------------- To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org For additional commands, e-mail: ojb-dev-help@db.apache.org