Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > ASP Processor Stops

Reply
Thread Tools

ASP Processor Stops

 
 
avram
Guest
Posts: n/a
 
      10-19-2003
On a heavily visited site, .ASP pages stop being
processed/displayed, but .htm files are processed and
displayed just fine. IIS appears to be running OK. No
errors or logs anywhere to be found. Reboot clears it up,
for a few days. Any clues?
 
Reply With Quote
 
 
 
 
Jeff Clark
Guest
Posts: n/a
 
      10-19-2003
do you do a bunch of <% asp calls%> then html calls <% then asp calls%> in a
page?

There is a limit how many you can do. it is not a number but rather a
performance thing


"avram" <> wrote in message
news:032401c395df$fb1c7e20$...
> On a heavily visited site, .ASP pages stop being
> processed/displayed, but .htm files are processed and
> displayed just fine. IIS appears to be running OK. No
> errors or logs anywhere to be found. Reboot clears it up,
> for a few days. Any clues?



 
Reply With Quote
 
 
 
 
dlbjr
Guest
Posts: n/a
 
      10-19-2003
Check your object cleanup (recordsets and connections) mainly.
The ASP application as a whole will lock if memory leaks persist.

-dlbjr

Discerning resolutions for the alms


 
Reply With Quote
 
Bob Barrows
Guest
Posts: n/a
 
      10-19-2003
avram wrote:
> On a heavily visited site, .ASP pages stop being
> processed/displayed, but .htm files are processed and
> displayed just fine. IIS appears to be running OK. No
> errors or logs anywhere to be found. Reboot clears it up,
> for a few days. Any clues?


http://www.aspfaq.com/show.asp?id=2147

HTH,
Bob Barrows

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Asp.net stops responding / html & asp work QuestionMan ASP .Net 3 01-28-2008 12:56 PM
when do I see this? XSLTProcessor processor XSLTProcessor processor brahatha Java 1 06-15-2007 10:52 AM
win xp pro sp2 64 bit is a multi processor or a uni processor =?Utf-8?B?dW1lc2g=?= Windows 64bit 4 08-01-2006 05:24 AM
AMD 64 X2 Processor: Any what to tell what program/process is assigned to processor? The Frozen Canuck Windows 64bit 1 01-16-2006 07:45 PM
Processor fried, should I upgrade or just buy a processor? Dim Computer Support 6 06-21-2004 08:11 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57