+---------- On Mar 11, � �^ٓ海 said: > I have my AOLserver in inittab already. > But i should maintain many online user's information and i should not stop the >sevice.
You can enable and use the ns_eval function to make all threads re-source a .tcl file. You cannot change ns_config data after the server starts. Instead, you can copy the config data to an nsv in a startup .tcl file, and then you can update the nsv as necessary while the server is running. Also, it's a bad idea to keep user data only in memory. You should keep it on disk somewhere. AOLserver does crash on occasion; so does the OS, and sometimes even the hardware fails.
