[Twisted-Python] Processing reload event
Hi all, how do I process the reload event (service <myservice> reload) in my Twisted application? TIA -- Good luck, Pavel Bastov xooChat Evangelist and Team Leader http://www.xoochat.com/
On Tue, 2007-09-04 at 10:12 +0600, Pavel Bastov wrote:
Hi all,
how do I process the reload event (service <myservice> reload) in my Twisted application?
It's application dependent. There are probably hundreds of ways you could do it. Or do you mean "how do I receive a HUP", which is different; an init script need not implement reload via HUP.
TIA
Actually, I don't care if it's HUP or whatever. I need to reload configuration, and I want to do it the usual way, i.e. service <myservice> reload I need just one way of doing this that works. On 9/4/07, Phil Mayers <p.mayers@imperial.ac.uk> wrote:
On Tue, 2007-09-04 at 10:12 +0600, Pavel Bastov wrote:
Hi all,
how do I process the reload event (service <myservice> reload) in my Twisted application?
It's application dependent. There are probably hundreds of ways you could do it.
Or do you mean "how do I receive a HUP", which is different; an init script need not implement reload via HUP.
TIA
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
-- Good luck, Pavel Bastov xooChat Evangelist and Team Leader http://www.xoochat.com/
participants (2)
-
Pavel Bastov
-
Phil Mayers