From: SourceForge.net <no...@so...> - 2005-10-21 06:59:10
|
Feature Requests item #1244177, was opened at 2005-07-24 20:06 Message generated for change (Settings changed) made by sdeasey You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=719009&aid=1244177&group_id=130646 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Stephen Deasey (sdeasey) Assigned to: Stephen Deasey (sdeasey) Summary: Load binary modules from init.tcl Initial Comment: This patch add an ns_moduleload command, which calls down to the existing Ns_ModuleLoad(), to load binary modules. It is called from the init.tcl boot-strap file to load the global and per-server modules specified in the config file. It also makes pre-startup callbacks available to Tcl via ns_atprestartup, and adds ns_runonce which makes sure the given script is run only once either globaly or on a per-server basis. It cleans the startup logic a bit by putting more under the control of the init.tcl file. It also paves the way for moving the location and directory structure of modules in the future. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=719009&aid=1244177&group_id=130646 |