Re: resource protection in IIS
From: John Wood (spam_at_isannoying.com)
Date: 05/17/04
- Next message: Dharmen: "Re: Datalist error again"
- Previous message: Nicholas Paldino [.NET/C# MVP]: "Re: resource protection in IIS"
- In reply to: Nicholas Paldino [.NET/C# MVP]: "Re: resource protection in IIS"
- Next in thread: Nicholas Paldino [.NET/C# MVP]: "Re: resource protection in IIS"
- Reply: Nicholas Paldino [.NET/C# MVP]: "Re: resource protection in IIS"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 17 May 2004 10:21:33 -0400
So when you rebuild the application that's running on IIS, does it kill off
any existing processes started by that application?
I mean, when you're developing you're sure to hit points where your app
hangs... just wondering if they ever get terminated!
"Nicholas Paldino [.NET/C# MVP]" <mvp@spam.guard.caspershouse.com> wrote in
message news:ewQk4lBPEHA.904@TK2MSFTNGP12.phx.gbl...
> John,
>
> If it is caught in an infinite loop, the client will eventually time
> out, but the server will probably just keep processing along.
>
> As for consuming all resources, there is a setting in ASP.NET which
> indicates when the ASP.NET process should be restarted. The trigger for
> this is a percentage of the total memory consumed on the machine. I think
> that by default, it is at 60%, and you can change this in the .config file
> for the app.
>
> Hope this helps.
>
>
> --
> - Nicholas Paldino [.NET/C# MVP]
> - mvp@spam.guard.caspershouse.com
>
> "John Wood" <spam@isannoying.com> wrote in message
> news:OmQg1gBPEHA.3884@TK2MSFTNGP12.phx.gbl...
> > I know this might be served better in the aspnet forum, but I'm not
having
> > much luck with an answer there...
> >
> > I have a couple of questions about asp.net hosted in IIS:
> >
> > 1. If my ASP.net application gets caught in an infinite loop... how does
> the
> > process ever get terminated? Does it time-out and get forced to
terminate?
> >
> > 2. If my ASP.net application consumes all resources (eg. creates a bunch
> of
> > brushes it doesn't release), can this affect other processes running on
> the
> > ASP server at my hosting site?
> >
> > Thanks,
> > John
> >
> >
>
>
- Next message: Dharmen: "Re: Datalist error again"
- Previous message: Nicholas Paldino [.NET/C# MVP]: "Re: resource protection in IIS"
- In reply to: Nicholas Paldino [.NET/C# MVP]: "Re: resource protection in IIS"
- Next in thread: Nicholas Paldino [.NET/C# MVP]: "Re: resource protection in IIS"
- Reply: Nicholas Paldino [.NET/C# MVP]: "Re: resource protection in IIS"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|