Re: meaning of max pool size ?
From: William \(Bill\) Vaughn (billvaRemoveThis_at_nwlink.com)
Date: 09/30/04
- Next message: Chris Botha: "This type of Filtering possible?"
- Previous message: Plausible Indirection: "meaning of max pool size ?"
- In reply to: Plausible Indirection: "meaning of max pool size ?"
- Next in thread: Pablo Castro [MS]: "Re: meaning of max pool size ?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 30 Sep 2004 10:01:48 -0700
Max Pool Size determines how many connections will be kept open (once
opened) in the pool. Generally, a normally loaded system should use about a
dozen connections. If a connection string is different than any existing
pooled string, a new pool is created. Each pool contains connections with
identical connection strings. If you change the connection string each time,
you'll get a new pool each time.
hth
-- ____________________________________ William (Bill) Vaughn Author, Mentor, Consultant Microsoft MVP www.betav.com Please reply only to the newsgroup so that others can benefit. This posting is provided "AS IS" with no warranties, and confers no rights. __________________________________ "Plausible Indirection" <cg22165@yahoo.com> wrote in message news:7b9ebe1f.0409300853.391c7fc1@posting.google.com... > I'm having a hard time finding something explicit which indicates > whether Max Pool Size is intended to mean 'maximum number of > connections within a pool, where distinct connection strings means > distinct pools' or 'maximum total number of connections which can be > pooled, regardless of how many different strings have resulted in > different pools'. > > Can anyone clarify this for me? The former seems to make more sense. > > Thanks, > Chris
- Next message: Chris Botha: "This type of Filtering possible?"
- Previous message: Plausible Indirection: "meaning of max pool size ?"
- In reply to: Plausible Indirection: "meaning of max pool size ?"
- Next in thread: Pablo Castro [MS]: "Re: meaning of max pool size ?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|