Hi Roger, Roger Hoover wrote: > 1) Reloading the config for an fcgi process group did not close the fcgi > socket - now, the socket is closed whenever the group is stopped as a > unit (including during config update). However, if you stop all the > processes in a group individually, the socket will remain open to allow > for graceful restarts of FCGI daemons > 2) Rereading the config did not pick up changes to the socket parameter > in a fcgi-program section - this was a simple fix requiring a little > customization of the __eq__() method > 3) Made a more friendly exception message when a FCGI socket cannot be > created
Thank you very much for this patch. I have committed it to the trunk. Marco, can you please test this on your FCGI setup as well? Regards, Mike -- Mike Naberezny Maintainable Software http://maintainable.com _______________________________________________ Supervisor-users mailing list [email protected] http://lists.supervisord.org/mailman/listinfo/supervisor-users
