[system] / branches / gage_dev / webwork2 / lib / WeBWorK / PG / Local.pm Repository:
ViewVC logotype

Diff of /branches/gage_dev/webwork2/lib/WeBWorK/PG/Local.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 6627 Revision 6628
53BEGIN { 53BEGIN {
54 # This safe compartment is used to read the large macro files such as 54 # This safe compartment is used to read the large macro files such as
55 # PG.pl, PGbasicmacros.pl and PGanswermacros and cache the results so that 55 # PG.pl, PGbasicmacros.pl and PGanswermacros and cache the results so that
56 # future calls have preloaded versions of these large files. This saves a 56 # future calls have preloaded versions of these large files. This saves a
57 # significant amount of time. 57 # significant amount of time.
58 $WeBWorK::PG::Local::safeCache = new Safe; 58 $WeBWorK::PG::Local::safeCache = new WWSafe;
59} 59}
60 60
61sub alarm_handler { 61sub alarm_handler {
62 my $msg = "Timeout after processing this problem for ". TIMEOUT. " seconds. Check for infinite loops in problem source.\n"; 62 my $msg = "Timeout after processing this problem for ". TIMEOUT. " seconds. Check for infinite loops in problem source.\n";
63 warn $msg; 63 warn $msg;

Legend:
Removed from v.6627  
changed lines
  Added in v.6628

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9