PC Review


Reply
Thread Tools Rate Thread

Connection Management

 
 
MCM
Guest
Posts: n/a
 
      16th Sep 2009
<system.net>
<connectionManagement>
<add address="*" maxconnection="1000" />
</connectionManagement>
</system.net>

What is the best practice for this section of web.config? How does this
work? What is a reasonable value for maxconnection? What does address apply
to?
 
Reply With Quote
 
 
 
 
Scott M.
Guest
Posts: n/a
 
      16th Sep 2009
http://msdn.microsoft.com/en-us/library/fb6y0fyc.aspx

Generally, the maximum amount of connections is a value that your server
setup can support. This is based on the physical makeup of your server(s),
the normal load the server(s) are under, and your Internet connection speed.
There is no one value that is right for everyone.

-Scott

"MCM" <(E-Mail Removed)> wrote in message
news:E82E156C-D222-4D05-A94A-(E-Mail Removed)...
> <system.net>
> <connectionManagement>
> <add address="*" maxconnection="1000" />
> </connectionManagement>
> </system.net>
>
> What is the best practice for this section of web.config? How does this
> work? What is a reasonable value for maxconnection? What does address
> apply
> to?



 
Reply With Quote
 
MCM
Guest
Posts: n/a
 
      16th Sep 2009
Can you suggest a method of testing the load to determine an appropriate
value for the server?

"Scott M." wrote:

> http://msdn.microsoft.com/en-us/library/fb6y0fyc.aspx
>
> Generally, the maximum amount of connections is a value that your server
> setup can support. This is based on the physical makeup of your server(s),
> the normal load the server(s) are under, and your Internet connection speed.
> There is no one value that is right for everyone.
>
> -Scott
>
> "MCM" <(E-Mail Removed)> wrote in message
> news:E82E156C-D222-4D05-A94A-(E-Mail Removed)...
> > <system.net>
> > <connectionManagement>
> > <add address="*" maxconnection="1000" />
> > </connectionManagement>
> > </system.net>
> >
> > What is the best practice for this section of web.config? How does this
> > work? What is a reasonable value for maxconnection? What does address
> > apply
> > to?

>
>
>

 
Reply With Quote
 
Scott M.
Guest
Posts: n/a
 
      16th Sep 2009
With Visual Studio Team System for Database Developers as well as the
Software Testers edition, I believe there is a load test simulator that you
can run to see how well your server handles simulated loads.

-Scott

"MCM" <(E-Mail Removed)> wrote in message
newsA4739CA-56F9-461F-800D-(E-Mail Removed)...
> Can you suggest a method of testing the load to determine an appropriate
> value for the server?
>
> "Scott M." wrote:
>
>> http://msdn.microsoft.com/en-us/library/fb6y0fyc.aspx
>>
>> Generally, the maximum amount of connections is a value that your server
>> setup can support. This is based on the physical makeup of your
>> server(s),
>> the normal load the server(s) are under, and your Internet connection
>> speed.
>> There is no one value that is right for everyone.
>>
>> -Scott
>>
>> "MCM" <(E-Mail Removed)> wrote in message
>> news:E82E156C-D222-4D05-A94A-(E-Mail Removed)...
>> > <system.net>
>> > <connectionManagement>
>> > <add address="*" maxconnection="1000" />
>> > </connectionManagement>
>> > </system.net>
>> >
>> > What is the best practice for this section of web.config? How does this
>> > work? What is a reasonable value for maxconnection? What does address
>> > apply
>> > to?

>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
SQL connection management in ASP.Net Chris Microsoft ASP .NET 1 5th Mar 2010 10:13 AM
Best connection management Hornet77 Microsoft ADO .NET 13 14th Sep 2007 12:58 AM
Understanding Connection Management metadojo Microsoft Dot NET Compact Framework 0 13th Jun 2006 12:49 AM
Database Connection Management OL Microsoft ASP .NET 3 15th Nov 2004 04:45 PM
WebRequest, Connection management oliver.wulff@zurich.ch Microsoft ASP .NET 2 19th Jan 2004 08:53 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:15 PM.