def run(): c=EClient(addr, port) c.run() print 'done'
def runEachClient(port): c=EClient(ADDR, port) c.run() print 'done'