From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,2843c5eea3415584 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!213.200.89.82.MISMATCH!tiscali!newsfeed1.ip.tiscali.net!feed.news.tiscali.de!blackbush.cw.net!cw.net!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail From: Frank Piron Newsgroups: comp.lang.ada Subject: Re: APQ (Connection Cloning) Date: Mon, 03 Jan 2005 08:40:45 +0100 Organization: 1&1 Internet AG Message-ID: References: <2hju7i5ft73q$.x4md24pt913v.dlg@40tude.net> <1TCyd.29237$GK5.1510003@news20.bellglobal.com> NNTP-Posting-Host: p508b526d.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Trace: online.de 1104738062 11913 80.139.82.109 (3 Jan 2005 07:41:02 GMT) X-Complaints-To: abuse@einsundeins.com NNTP-Posting-Date: Mon, 3 Jan 2005 07:41:02 +0000 (UTC) User-Agent: Opera7.23/Win32 M2 build 3227 Xref: g2news1.google.com comp.lang.ada:7398 Date: 2005-01-03T08:40:45+01:00 List-Id: Am Thu, 23 Dec 2004 13:52:24 -0500 schrieb Warren W. Gay VE3WWG : > I think you confused the OP's question. His was along the lines of > "why would you need more than one connection to the very same database > in one application?" In the Oracle Call Interface for example you may call a statement asynchronously. Then you can query a cursor attribute to check if the statement was processed by the server. But you may not issue any other call in the connection in which the asynchronously executed statement is pending. So normally for every asynchronously executed statement you will reserve a dedicated connection. -- Frank Piron, defrankatkonaddot (leftrotate two)