Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: maximum connections using oracle and VB6
"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 - 04:36:51 CDT
![]() |
![]() |