On 11/01/2002 01:26:24 PM Jason wrote: >On Fri, 2002-11-01 at 11:49, Nick Murtagh wrote: >>>> This looks like a handy feature, but I have a couple of questions: >> >> Can you use this in production, or will there be a period where no >> requests can be handled while the AppServer restarts? > >The AppServer will complete all queued requests before shutting down, so >it's most likely that you won't miss any requests. However, AutoReload >is only being recommended for development at this point (i.e. the >Webware team won't take any responsibility -- you're on your own. :)
In practice, I've found that Apache seems to queue or retry requests to the AppServer, so that requests that arrive while the AppServer is restarting are serviced once it comes on line. So, autoreload doesn't really seem to have much of an impact on availability, other than causing a slight pause to request servicing while the AppServer reloads. ...Edmund. ------------------------------------------------------- This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
