Esempio n. 1
0
 def run(self):
     '''
     Maintains asynchronous connection. Should be called before any
     client-server communication (including connection setup) takes place.
     '''
     from tadek import connection
     connection.run()
Esempio n. 2
0
 def run(self):
     '''
     Maintains asynchronous connection. Should be called before any
     client-server communication (including connection setup) takes place.
     '''
     from tadek import connection
     connection.run()
Esempio n. 3
0
 def run(self):
     '''
     Starts asyncore.loop().
     '''
     log.info("Starting daemon at %s:%d" % self.address)
     run()