Application Recycle

  • Thread starter Thread starter MattC
  • Start date Start date
M

MattC

Hi,

I've got two questions.

Application has 200 users only.

1.) If an application can be accessed at any period between 8am and
12midnight, what would a reasonable app recycle time be?

2.) Where would I set the recycle time.

TIA

MattC
 
Matt:
If you are using Windows 2003 you can see many of the recycle settings in
IIS...this allows for memory tuning and the likes.

If you are using 2000 or XP you need to go to:
c:\windows\Microsoft.NET\Framework\v1.1.4322\config\machine.config

(windows = winNt in 2000 and .net version might vary)

open the file and search for processModel there's a good explanation of
each attribute

as for specific time...6am seems reasonable...but really that's a vague
question..without knowing the memory consumption and stuff like that, you
might as well ask me how many lines of code i think your application has..

Kar
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top