Re: determining max pool size



On Apr 8, 11:33 am, "George Ter-Saakov" <gt-...@xxxxxxxxxxx> wrote:
I do not see how increasing pool size changes the speed Update command is
running with..

the larger the pool size, the more requests can be server. anything
over 500 requests sits in a queue.

Are you sure you are closing DB connections always? Cause it sounds like you
do not... 500 open connections to SQL server I awfully lot....

agreed. i've inherited this project from another developer who was
apparently aware of a memory leak somewhere because she had pooling
turned off altogether. this worked fine for her until the number of
records grew and now we're dealing with some very expensive opening
and closing of db connections. i've spent a little while working on
trying to make sure the connections are closed, but there's thousands
of lines of code and i can't be sure i've caught everything. we're
also looking at phasing out the current site by the end of the year,
so i'm just trying to make things work without expending huge amounts
of resources on trying to track down every issue.

i've reduced the number of connectios in the pool to 100 and it seems
to be executing quickly enough. my main concern now is that i've
missed closing connections somewhere and if i create too small a
connection pool, the pool will max out. so, i'd rather have a really
large pool and hope the garbage collector has time to clean up any
unused connections than too small a connection pool. if a large
connection pool simply means more CPU and ram usage, i'm okay with
that.




George.

"steven" <s_mu...@xxxxxxxxxxx> wrote in message

news:95421dd0-ad67-4728-bbfc-bbf9ce4bc5d0@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx



hi

i've got an app that runs something like 4000 updates when certain
pages are updated. it's taking on average 20 seconds for these pages
to execute the update command (15 seconds if all i do is open and
close the connection without even executing the sql statement). the
original max pool size set in the web.config file was set to 100. I've
boosted the max pool size to 500 and now get the update command to
execute in about 2-3 seconds.

i'm worried that i'm going to run out of resources somewhere. this is
an SQL Express server. the "maximum number of concurrent connections"
in SQL Express is set to 0 (unlimited). the machine SQL Express is
installed on is Intel Xeon 2.8 with 2.5 gigs ram.

the ado.net default max pool size is 100. why? why not boost it to
1000 or more? what environmental issues do i need to consider when
setting the max pool size?

tks in advance.- Hide quoted text -

- Show quoted text -

.



Relevant Pages

  • Re: Connection Pooling
    ... Any idea where and how we can limit the number of connections to SQL ... that's what I mean when I say SQL authentication (SQL Server has ... >>> If you are using Windows Authentication you may or not has a problem. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: What happened with my rows?
    ... session and kills off any connections that are still hanging around, the SQL ... Server automatically performs a ROLLBACK on all uncommitted transactions ...
    (microsoft.public.sqlserver.programming)
  • Re: balancing connections - any idea ?
    ... We are going to add another web server. ... too many connections on the database. ... Links for SQL Server Books Online: ...
    (comp.databases.ms-sqlserver)
  • Re: SQL Server 2005 Express Connection
    ... configuration issues with named pipes and tcp/ip connections. ... An error has ocurred while establishing a connection to the server. ... When connecting to SQL 2005, this failure may be caused by the fact ... that under the default settings SQL Server does not allow remote connections. ...
    (microsoft.public.sqlserver.connect)
  • Re: Failed Connection to SQL Srvr 2005
    ... why are you creating a DSN at all and why are you using ODBC? ... Understand that SQL ... Server has been configured for some time now to be invisible to the network ... (connections work). ...
    (microsoft.public.sqlserver.connect)