Forum Moderators: open

Message Too Old, No Replies

Why "Script_timed_out " on freshbot?

Works fine for everyone else?

         

pearl

5:35 am on Feb 28, 2003 (gmt 0)

10+ Year Member



Why am I getting "Script_timed_out " message on some of my asp pages? This seems to be intermittent (sp?).

I have several sites with asp pages (with xml and other feeds, etc.). Some sites work fine and some don't. They look OK when viewing thru a browser. The pages don't take over 2-5 seconds to load (on DSL).

Sometimes they work for the bot - sometimes they don't.

Any ideas?

webdevsf

5:41 am on Feb 28, 2003 (gmt 0)

10+ Year Member



You are having performance issues. Probably slow queries in your database. It is intermittent because it depends on how much traffic you are getting at the time. You need to do load testing.

Read this as a starter.

[msdn.microsoft.com...]

pearl

5:49 am on Feb 28, 2003 (gmt 0)

10+ Year Member



I have been thru this list before.

I have been using the "response buffering" tip which holds the page until everything is ready, then it displays on the browser. Hmm... I wonder if that's the problem?