> In general, is it possible to change the AOLServer configuration at run > time by using the ns_section and ns_param commands? > > - Gabriel
No, in general you cannot change an AS config at runtime by fiddling ns_param commands. These commands are all processed at startup. For example, when you specify the max keepalive connections you want, AS mallocs a bunch of data structures at startup. These can't be reconfigured by executing ns_section or ns_param commands. Jim
