On 3/5/07, Jeremy Wall <[EMAIL PROTECTED]> wrote:
The requests are still handled
by a response handler. The requests in question however were basically just
sending an html page or a template with no template tags in them so no logic
was involved except for validating their login information.

That sounds like plenty of code is running to me.

I've been over
that code with a fine tooth comb but nothing seems like it could cause a
problem. Maybe I just don't know what to look for.

Look for things that use locking.  Anything that updates a file or a
database row.  In particular, look for things that do this and would
happen on every type of request that you've seen hanging so far.

- Perrin

Reply via email to