Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Prespawning processes on dedicated server (8i)
Billy wrote:
> Holger Baer wrote:
>
>
>>If the application server uses connection pooling, then there shouldn't >>be constantly new connections be made and old ones closed. Which in turn >>should result in a small pool of connections.
My experience (and my understanding what a pool is) obviously differs from yours, so I think we both have a valid point there.
The applications I've come across build up a connection pool upfront, using dedicated server connections. The enduser sessions don't trigger new connections, and they certainly don't get closed after usage.
>
>
>>Pooling a pool is not a good idea in my book.
Caching a cache. Not a good idea. Ok, there are rare occasions such as 2nd and 3rd level caches in CPUs where it can make sense (but often fails to really help), but with IO-Systems you never do that if you can avoid it. The same applies to MTS and Appserver connection pools (which in a way are IO-Systems).
Regards,
Holger
Received on Wed Jun 29 2005 - 06:11:46 CDT
![]() |
![]() |