hi,

apache2ctl accepts the following commands:

 start|stop|restart|graceful|graceful-stop|configtest|status|fullstatus

from these some (configtest, status, fullstatus,start) are not important here,
but for the rest, i would like to know, how mod_fcgid behaves:

1. stop:
    when i call apache2ctl stop, what does mod_fcgid do? will it automatically 
kill all still-running fcgid_servers? what if they are currently handling a 
requst?

2. restart:
    is this in reality a normal "stop" and then "start"? if no, then how does 
mod_fcgid behave here?

3. graceful:
    what will mod_fcgid do here? will it stop even those fastcgi-servers, that 
are currently serving a request? or maybe first waits for some time? how long?

4. graceful-stop:
    again, will mod_fcgid wait for fastcgi-servers that still handle a request? 
i fyes, how long will it wait?


thanks,
gabor



-- 
Flexibility is overrated
Constraints are liberating
 - David Heinemeier Hansson, Secrets behind Ruby on Rails 

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Mod-fcgid-users mailing list
Mod-fcgid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mod-fcgid-users

Reply via email to