Click here to Skip to main content
15,894,405 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Web Services Pin
ishwarya mahadevan19-Feb-10 19:10
ishwarya mahadevan19-Feb-10 19:10 
GeneralRe: Web Services Pin
sashidhar19-Feb-10 19:40
sashidhar19-Feb-10 19:40 
GeneralRe: Web Services Pin
mdrizwan_119-Feb-10 19:41
mdrizwan_119-Feb-10 19:41 
AnswerRe: Web Services Pin
mrMercury20-Feb-10 8:03
mrMercury20-Feb-10 8:03 
QuestionComments Form Pin
Madmaximus19-Feb-10 10:47
Madmaximus19-Feb-10 10:47 
AnswerRe: Comments Form Pin
Not Active19-Feb-10 11:23
mentorNot Active19-Feb-10 11:23 
AnswerRe: Comments Form Pin
JimBob SquarePants19-Feb-10 11:27
JimBob SquarePants19-Feb-10 11:27 
QuestionApplication Pool recycling Pin
Le centriste19-Feb-10 6:35
Le centriste19-Feb-10 6:35 
We have a BizTalk application configured to never unload its DLL's to make it very responsive even if it is idle for a long time (this is a requirement). It works on the BizTalk, as I can see the DLLs stay loaded and the application executes in a sub-second time even if idle for hours (before that, idle-time response was 20 seconds).

Now, the orchestration is published as an ASP.NET web service, having its own application pool. IIS introduces a non-negligible overhead if it goes idle, so I instructed it to never recycle and to never shutdown. It works, as I can see the worker process holds the DLLs. This is fine but IIS recycles the worker process after some time (a couple hours or so), defeating the whole purpose (the idle-time response got down to 5 seconds, though, much better). The response time when not idle is below 1 second, and we would like to have the same idle-response time.

What else do I need to do to make this work (on the IIS side)?

Also, I noticed that even though we have a dozen application pools, there is only one w3wp.exe instance running. Is this normal?
QuestionAutoRedirect... Pin
awedaonline19-Feb-10 3:55
awedaonline19-Feb-10 3:55 
AnswerRe: AutoRedirect... Pin
R. Giskard Reventlov19-Feb-10 4:27
R. Giskard Reventlov19-Feb-10 4:27 
GeneralRe: AutoRedirect... Pin
awedaonline19-Feb-10 4:48
awedaonline19-Feb-10 4:48 
GeneralRe: AutoRedirect... Pin
Not Active19-Feb-10 4:56
mentorNot Active19-Feb-10 4:56 
GeneralRe: AutoRedirect... Pin
awedaonline19-Feb-10 5:01
awedaonline19-Feb-10 5:01 
GeneralRe: AutoRedirect... Pin
Not Active19-Feb-10 5:34
mentorNot Active19-Feb-10 5:34 
GeneralRe: AutoRedirect... Pin
R. Giskard Reventlov19-Feb-10 5:02
R. Giskard Reventlov19-Feb-10 5:02 
GeneralRe: AutoRedirect... Pin
Not Active19-Feb-10 5:25
mentorNot Active19-Feb-10 5:25 
GeneralRe: AutoRedirect... Pin
R. Giskard Reventlov19-Feb-10 5:32
R. Giskard Reventlov19-Feb-10 5:32 
GeneralRe: AutoRedirect... Pin
Not Active19-Feb-10 5:35
mentorNot Active19-Feb-10 5:35 
GeneralRe: AutoRedirect... Pin
R. Giskard Reventlov19-Feb-10 6:47
R. Giskard Reventlov19-Feb-10 6:47 
GeneralRe: AutoRedirect... Pin
Not Active19-Feb-10 7:12
mentorNot Active19-Feb-10 7:12 
GeneralRe: AutoRedirect... Pin
R. Giskard Reventlov19-Feb-10 7:18
R. Giskard Reventlov19-Feb-10 7:18 
GeneralRe: AutoRedirect... Pin
Oakman20-Feb-10 2:43
Oakman20-Feb-10 2:43 
GeneralRe: AutoRedirect... Pin
R. Giskard Reventlov19-Feb-10 5:00
R. Giskard Reventlov19-Feb-10 5:00 
GeneralRe: AutoRedirect... Pin
awedaonline19-Feb-10 5:03
awedaonline19-Feb-10 5:03 
GeneralRe: AutoRedirect... Pin
awedaonline19-Feb-10 5:12
awedaonline19-Feb-10 5:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.