On 2011 February 23, Wednesday 13:26:49 Stefan Sayer wrote: Hi,
> the shutdown mode is useful I think - I have added it to master. I > have changed the name of the config parameter to shutdown_mode_reply, > like this: shutdown_mode_reply="503 Oh Noes", and added it also to > xmlrpc2di. > > The session shutdown, though, does not make much sense: > - sessions should be notified (thread woken up) when shutdown is > requested, and not only act the next time they process anything > - there is already the possibility to send SIGHUP, see > doc/src/doc_signals.h or the doxygen doc: > SIGHUP - broadcast shutdown, usually sends BYE and stops all > calls. The server does not terminate. > - you can also broadcast SIGUSR1 and SIGUSR2 and act accordingly in > your sessions You're right, I didn't notice this when I created the patch :( > P.S: it would be nice to have documentation along with new features - Sorry about that, I accidentally omitted the sems.conf from the patch. br Szo _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
