标签: python twisted postgresql-9.1
看这个例子: http://txpostgres.readthedocs.org/en/latest/usage.html#automatic-reconnection
我想知道如何在数据库停止或重新启动时完全停止反应堆(而不是重新建立数据库连接)。
答案 0 :(得分:0)
使用reactor.stop()停止反应堆。
reactor.stop()