[phpBB Debug] PHP Notice: in file /viewtopic.php on line 1083: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead
[phpBB Debug] PHP Notice: in file /viewtopic.php on line 1083: getdate() [function.getdate]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4239: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3519)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4241: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3519)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4242: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3519)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4243: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3519)
Tuning IIS : Documentation

Tuning IIS

Find the documentation for various releases and features of PatientWorks.

Tuning IIS

Postby Bradley Cook » Mon Mar 09, 2009 1:43 pm

http://support.microsoft.com/kb/821268

You need to change in C:\WINDOWS\Microsoft.NET\Framework\V1.1.4322\CONFIG

Below are the recommendations from Micorsoft that we followed.


If you are making one Web service call to a single IP address from each ASPX page, Microsoft recommends that you use the following configuration settings:
Set the values of the maxWorkerThreads parameter and the maxIoThreads parameter to 100.
Set the value of the maxconnection parameter to 12*N (where N is the number of CPUs that you have).
Set the values of the minFreeThreads parameter to 88*N and the minLocalRequestFreeThreads parameter to76*N.
Set the value of minWorkerThreads to 50. Remember, minWorkerThreads is not in the configuration file by default. You must add it.


We have 2 CPUs so this is our configuration.

Do a find and you should be able to find the parameters mentioned above.

maxconnection="24"<br />
minFreeThreads="176" <br />
maxWorkerThreads="100"<br />
maxIoThreads="100"<br />
minWorkerThreads="50"
User avatar
Bradley Cook
PatientWorks Implementor
 
Posts: 13
Joined: Fri Mar 06, 2009 4:57 pm
Location: Cary, NC
Hospital: PatientWorks
Title: Implementation Specialist

Return to Documentation

Who is online

Users browsing this forum: No registered users and 1 guest

cron