aT wrote:
> Feature request .
>
> - possibility to reload configuration, without restart.

Reloading the entire configuration would be difficult, as it could mean 
re-initializing various data structures and loading libraries and 
modules, which generally amounts to restarting the server anyway.  It 
would also mean putting locks around a bunch of currently read-only data 
structures which adds complexity.

On the other hand, if there is something specific you would like to 
change at runtime that could be approachable.  For example, the thread 
pool configuration - maxthreads, maxconns, etc - is already configurable 
at runtime, even though the initial values come from the config file.

-J

------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
aolserver-talk mailing list
aolserver-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/aolserver-talk

Reply via email to