Difference between revisions of "Talk:Ns register proc"

From AOLserver Wiki
Jump to navigation Jump to search
(getting modules to reload)
(No difference)

Revision as of 21:31, 11 January 2006

getting modules to reload

Using stock install of Debian's AOLserver package, I am trying to figure out how to get my modules to automatically reload (or even manually) without having to restart the entire server. Is this possible? If so, how?

Explanation:

I have a module "mymod.tcl" in "/usr/lib/aolserver4/servers/main/modules/tcl". I want to change a small bit of behavior in the module, say, correcting a typographical error. In order to get this change to be read by the server, I have to stop and then start the server. This is not desired.

--Caveman 16:31, 11 January 2006 (EST)