fixed bug from previous checkin

new preloader with far more shared memory
This commit is contained in:
JT Smith 2005-11-27 00:28:07 +00:00
parent cb1059bbe4
commit 69c5836f2d
4 changed files with 40 additions and 151 deletions

View file

@ -20,6 +20,8 @@
- Added more error trapping in caching system.
- Fixed some layout and control bugs in the color picker form element.
- Added a simple Style Wizard.
- Updated preload.perl to automatically preload all WebGUI related modules,
which increased shared memory usage by 30%.
6.7.7

View file

@ -80,6 +80,13 @@ save you many hours of grief.
installed make sure to update them prior to upgrading. See
docs/migration.txt for details.
* You may now optionally create sbin/preload.exclude with a carriage
return seperated list of modules you don't want to be preloaded.
This file requires each line to contain exactly one full module
name such as "WebGUI::Asset::Wobject::WSClient" (without the
quotes) per line. No spaces or additional formatting can be
present.
6.7.0
--------------------------------------------------------------------