Application Hangups
am 16.11.2007 14:41:45 von Savas
Has anyone any experience with asp pages causing application pool
hangups? If so can anyone please tell me what type of applications
would be causing these? for example was your experience related to
queries or file uploads, etc.
Re: Application Hangups
am 16.11.2007 15:56:38 von me
What do you mean by hang-ups,
freezing, crashing slow?
a few things come to mind, looping problems and long strings, asp does not
like long strings of html, you should write to screen as soon as possible as
it will affect performance badly.
Asp.Net has the string builder object that solves this problem
"M. Savas Zorlu" wrote in message
news:O7cwwZFKIHA.4584@TK2MSFTNGP03.phx.gbl...
> Has anyone any experience with asp pages causing application pool hangups?
> If so can anyone please tell me what type of applications would be
> causing these? for example was your experience related to queries or file
> uploads, etc.
Re: Application Hangups
am 16.11.2007 21:12:09 von Jon Paal
possibly a call to a COM component ?
"M. Savas Zorlu" wrote in message news:O7cwwZFKIHA.4584@TK2MSFTNGP03.phx.gbl...
> Has anyone any experience with asp pages causing application pool hangups? If so can anyone please tell me what type of
> applications would be causing these? for example was your experience related to queries or file uploads, etc.