monitoring bad processes during development | topic started 6/17/2005; 1:34:38 PM last post 6/22/2005; 10:39:52 PM |
|
|
Michael Gage - Re: monitoring bad processes during development 6/22/2005; 10:39:52 PM (reads: 1342, responses: 0) |
In addition there is a constant called TIMEOUT defined in WeBWorK::PG::Local which
gives the maximum time allowed for rendering a given problem. I've just reworked the code there a bit, so that the value of TIMEOUT can be defined in WeBWorK::Constants (if you download the very latest version of files in the CVS). The original value of TIMEOUT was set to 5 minutes, but I've reset the default value to 60 seconds. If you don't set it at all you get only 10 seconds in order to remind you to set it. :-) This may help with your problem pertaining to infinite loops in problems. -- Mike |