Return-Path: Delivered-To: apmail-incubator-ibatis-user-java-archive@www.apache.org Received: (qmail 95265 invoked from network); 18 Apr 2005 10:30:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Apr 2005 10:30:12 -0000 Received: (qmail 73114 invoked by uid 500); 18 Apr 2005 10:30:11 -0000 Delivered-To: apmail-incubator-ibatis-user-java-archive@incubator.apache.org Received: (qmail 73050 invoked by uid 500); 18 Apr 2005 10:30:10 -0000 Mailing-List: contact ibatis-user-java-help@incubator.apache.org; run by ezmlm Precedence: bulk Reply-To: ibatis-user-java@incubator.apache.org List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list ibatis-user-java@incubator.apache.org Received: (qmail 73018 invoked by uid 99); 18 Apr 2005 10:30:10 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from ranger.systems.pipex.net (HELO ranger.systems.pipex.net) (62.241.162.32) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 18 Apr 2005 03:30:09 -0700 Received: from [192.168.0.32] (81-178-246-127.dsl.pipex.com [81.178.246.127]) by ranger.systems.pipex.net (Postfix) with ESMTP id 3FF9FE000153 for ; Mon, 18 Apr 2005 11:30:05 +0100 (BST) Message-ID: <42638B6C.6070109@zurke.info> Date: Mon, 18 Apr 2005 11:26:52 +0100 From: Michael Zurke User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: ibatis-user-java@incubator.apache.org Subject: querying multiple databases simultaneously Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N hi, i wonder if ibatis supports something like querying multiple databases simultanously (i don't mean global transactions but global selects, i.e.). i checked the documentation and couldn't find anything so i guess i have to write some threaded query functionality by myself. i just wanted to crosscheck with you guys. or maybe someone knows if there is some lib i can use together with ibatis which does the job. thanx, mish