Application Hangups

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.
Savas [ Fr, 16 November 2007 14:41 ] [ ID #1872563 ]

Re: Application Hangups

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" <savas [at] zorlumail.com> wrote in message
news:O7cwwZFKIHA.4584 [at] 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.
me [ Fr, 16 November 2007 15:56 ] [ ID #1872564 ]

Re: Application Hangups

possibly a call to a COM component ?


"M. Savas Zorlu" <savas [at] zorlumail.com> wrote in message news:O7cwwZFKIHA.4584 [at] 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.
Jon Paal [ Fr, 16 November 2007 21:12 ] [ ID #1872566 ]
Webserver » microsoft.public.inetserver.asp.general » Application Hangups

Vorheriges Thema: NNTP component
Nächstes Thema: Icon display?