in reply to Re: Problem with timeout
in thread Problem with timeout

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^3: Problem with timeout
by Corion (Patriarch) on May 19, 2010 at 07:57 UTC

    No. You need to reduce your script to (say) 20 lines that still reproduce the problem. Do this by removing parts and replacing them by constants. If you find that removing a part removes the problem, that part likely is relevant to the problem.

Re^3: Problem with timeout
by roboticus (Chancellor) on May 19, 2010 at 12:14 UTC

    hhheng:

    Continuing from Corion's post above, it's frequently the case that you'll find the error on your own when trimming down some code to a nice example. And when you find it yourself, it helps you learn it better, too.

    ...roboticus