On 8/8/07, Lisa Klein <[EMAIL PROTECTED]> wrote: > Thanks for the tip, Perrin. Would you also recommend SDBM_File over > the "global defined in the Mason handler" approach that was mentioned?
A global like that is the simplest and fastest way to share small-to-medium read-only data. If you never change this data while the server is running, try doing it that way. - Perrin ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Mason-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mason-users

