Revision
1249 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Jun 23 14:24:13 2003 UTC (9 years, 11 months ago) by
gage
File length: 19078 byte(s)
Diff to
previous 1247
Added caching code for reading PGbascimacros and PGanswermacros as well
as PG.pl, dangerousMacros and IO.pl into a cached safe compartment and
sharing the subroutines with the current safe compartment
It speeds up each problem significantly (about .2 seconds on webwork3).
Changes are required in PGbasicmacros and PGanswermacros to fix
assumptions that are not met when a file is compiled and run in
different name spaces.
The caching code is turned off by default. It must be turned on by
by changing commenting in lines 133 to 147 in WeBWorK::PG:Local.pm
--Mike
Revision
1247 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Added
Sat Jun 21 02:32:33 2003 UTC (9 years, 11 months ago) by
gage
File length: 16733 byte(s)
Added PG:Local and PG:Remote (from Sam's directory)
Complete updated system now works.
--Mike