Re: maximum connections using oracle and VB6

From: Dag Sunde <me_at_dagsunde.com>
Date: Wed, 03 Aug 2005 09:36:51 GMT
Message-ID: <Te0Ie.3607$qE.905995_at_juliett.dax.net>


"Joel Garry" <joel-garry_at_home.com> wrote in message news:1123027317.573594.43410_at_f14g2000cwb.googlegroups.com...
> Yes, you likely will run out of connections, unless you have lotsa
> server or some serialization mechanism. You want to search for
> "connection pooling" or "multi-threaded server". tahiti.oracle.com .
> Note that those tend to be scalability options rather than performance
> options. You might also want to check out Oracle Portal, but that may
> be too sophisticated for your needs (
> http://download-west.oracle.com/docs/cd/B14099_08/portal.1012/b14134/pdg_understand.htm#CHDCFAGE
> check out omniportlet and web-clipping)
>
> See also http://www.dbaoracle.net/readme-cdos.htm
>

Or you can write youe own connection pool using an ActiveX exe, Out-of-process server, and let all your instances send their data thru that.

-- 
Dag.
Received on Wed Aug 03 2005 - 11:36:51 CEST

Original text of this message