comp.lang.ada
 help / color / mirror / Atom feed
From: "Warren W. Gay VE3WWG" <ve3wwg@NoSPAM.cogeco.ca>
Subject: Re: APQ (Connection Cloning)
Date: Thu, 23 Dec 2004 13:52:24 -0500
Date: 2004-12-23T13:52:24-05:00	[thread overview]
Message-ID: <BsEyd.15479$Z%3.877780@news20.bellglobal.com> (raw)
In-Reply-To: <cqf0pq$c53$1@a1-hrz.uni-duisburg.de>

Georg Bauhaus wrote:
> Warren W. Gay VE3WWG <ve3wwg@nospam.cogeco.ca> wrote:
> : Why a second database connection? The reasons vary, but the following
> : reasons come to mind right away:
> 
>  Another one:
>    - one database system is very fast but is more or less a simple SQL
>      front end to a quick ISAM store or some such; another database
>      system supports transactions, subselects, partial locks, etc..
>      But this comes at a price, you cannot use the second database for
>      storing larger amounts of data quickly. Solution: use two database
>      systems for two needs.
> 
>  And another one:
>    - say, my application is a component to be integrated with other
>      components that use an existing database system. As is, mine comes
>      with its own database handling, using a different database system.
>      Can all components use the same DBMS?
>      There can be various reasons why the existing database system
>      may or may not fulfill the requirements of my component, and 
>      similarly the other components may not be happy with the DB that
>      may component uses by default.
> 
> Let alone the cost of integration, of adaption effort, and planning backup
> anew.
>  
> 
> -- Georg

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?"

Same database product and same database/schema.  APQ certainly does
not stop anyone from messing with different products or instances
at the same time. In fact I did a lot of this successfully when
I was testing Sybase, with PostgreSQL and MySQL as comparisons on
similar tables.

-- 
Warren W. Gay VE3WWG
http://home.cogeco.ca/~ve3wwg



  reply	other threads:[~2004-12-23 18:52 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-15 23:31 APQ Brian May
2004-12-16 11:34 ` APQ Warren W. Gay VE3WWG
2004-12-16 23:58   ` APQ Randy Brukardt
2004-12-17  3:45     ` APQ Brian May
2004-12-17  4:03       ` APQ Warren W. Gay VE3WWG
2004-12-17  4:38         ` APQ Brian May
2004-12-17  9:06           ` APQ Egil H. H�vik
2004-12-17 11:42             ` APQ Brian May
2004-12-17 22:55               ` APQ Brian May
2004-12-18 15:52                 ` APQ Warren W. Gay VE3WWG
2004-12-18 18:23                   ` APQ Dmitry A. Kazakov
2004-12-21 23:34                     ` APQ Brian May
2004-12-22  8:57                       ` APQ Dmitry A. Kazakov
2004-12-22 10:07                   ` APQ Martin Krischik
2004-12-22 13:15                     ` APQ Dmitry A. Kazakov
2004-12-22 16:53                       ` APQ Martin Krischik
2004-12-22 17:21                         ` APQ Dmitry A. Kazakov
2004-12-22 18:23                           ` APQ Martin Krischik
2004-12-17  8:59       ` APQ Stephen Leake
2004-12-17 14:12       ` APQ Dmitry A. Kazakov
2004-12-17 23:20         ` APQ Brian May
2004-12-18 16:13           ` APQ Dmitry A. Kazakov
2004-12-21 23:29         ` APQ Brian May
2004-12-22  9:14           ` APQ Dmitry A. Kazakov
2005-01-04 21:32             ` APQ Brian May
2005-01-05 11:58               ` APQ Dmitry A. Kazakov
2004-12-23 17:04           ` APQ (Connection Cloning) Warren W. Gay VE3WWG
2004-12-23 17:55             ` Georg Bauhaus
2004-12-23 18:52               ` Warren W. Gay VE3WWG [this message]
2005-01-03  7:40                 ` Frank Piron
2004-12-17 13:54 ` APQ Dmitry A. Kazakov
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox