Hi Bino,
i _never_ write code using twisted (yet, i hope), but reading your question
lead me to one (i think) example:
https://github.com/praekelt/vumi/blob/develop/vumi/servicemaker.py#L174
hope it helps
--
Sayid Munawar
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)
On Monday, 1
Dear All.
Currently I have a single '.tac' file that use MultiService()
Ended with
#Create Application
print 'create application'
application = service.Application("Serial MultiService Example")
#Creating Multi Service
multiService = service.MultiService()
...
...
multiService.s