Brian Pickens wrote:
Hey gang,

We've discovered a vague loop timeout error, occurring within the mach-
ii code, in our cf error logs. Do you have any ideas on how I can
troubleshoot this problem? This is just a partial:

Well, remember that Mach-II is handling requests for your application code, so there's something in your code that's exceeding your loop timeout.

Is this on app startup?

Have you tried adding a really long requesttimeout to the URL to see if it ever finishes?

I'd say start by looking at the event in question and see what might be timing out--big db query, call to an external resource like a web service, large and/or nested loops ... all those could be the culprit.

Beyond that, just start putting breakpoints in the event to see how far it gets before it starts timing out.

--
Matthew Woodward
m...@mattwoodward.com
http://www.mattwoodward.com/blog

Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments.
http://www.gnu.org/philosophy/no-word-attachments.html

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to