Tim Roberts wrote:
> Umm, do you realize that Webware actually implements "dynamically 
> reloading modules" by "restarting the process"?  The Webware process 

> cannot do dynamic reloading.  It just watches the file system for 
> changes, and if one is detected, it commits suicide so a monitor process 
> can restart it (assuming you enable that feature).
> 
> It works quite well, so I'm not sure the difference is significant, but 
> it is NOT true dynamic reloading.

Actually, even if you don't enable the "restart the appserver if anything changes" 
mode, Webware _does_ dynamically reload any servlets (or PSP pages) if the underlying 
file changes on disk.  It just doesn't automatically reload any of the other modules 
that your servlets depend on if _they_ change.

So if you just need to tweak a servlet or PSP, you do not need to restart the 
appserver -- the changes do get picked up automatically.

- Geoff



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to