Re: [Twisted-Python] Call Back for startService() !

2012-06-26 Thread Justin Venus
Vinod, This code[1] uses twisted as its foundation. The project is rather complex, but if you take a look at some of the service code and it should give you some ideas on what you can do with twisted services. https://github.com/JustinVenus/droned/blob/master/droned/services/journal.py#L127 Jus

Re: [Twisted-Python] Call Back for startService() !

2012-06-26 Thread exarkun
On 07:45 am, vk.86@gmail.com wrote: >Hi, > > I want to execute something after the service starts. Is there any >call >back that I can associate with startService() ? I have checked the >documentation, but couldn't find anything as such :( startService is a callback. Jean-Paul >Thanks, >Vi