|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Process throttling
Hi,
I'm fairly new to IIS so any help appreciated! Basically we have a server with about 30 of our own websites on it. Several of these use a lot of processing time when certain scripts on the sites are run and occasionally block the whole server. I end up having to log on and recyle the DefaultAppPool to reset the whole thing. The scripts which are causing the problems are fairly low priority and we can afford to have them run slower and take longer. I *think* I need to do something within IIS to set the processing time for the websites in question, but I'm not sure at all and don't know what the consequences will be. So, I'd really appreciate it if someone could suggest a way of running these scripts without clogging up the whole server! Many thanks! |
|
#2
|
|||
|
|||
|
You could separate the sites running the scripts into their own app pool so that if they are taking long you can go and reccyle the apppools that the scripts are running in without affecting the rest of the server or the workloads running on the rest of the server.
Id keep an eye on the memory usage on the box to ensure that the new apppools arent going to cost you too much in terms of working set usage (base IIS process is about a 4MB working set then if you load php, asp, aspnet - you pay more). NOTE: however that IIS6 will idle out app pools that havent processed a request in a while so for app pools running sites that are infrequently used you dont pay anything in terms of RAM. If you want to get really sophisticated (and your running the Enterprise Edition of WS2003) you can use the Windows System resource manager - check the support CD to identify the apppools that are running low prioirty stuff and literally have the OS steal processing cycles away from them based on a policy that you write. |
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > Process throttling |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|