def run(self): while True: app = Application() app.listen(options.port, options.address) IOLoop.instance().start()