参考sqlalchemy.pool自写链接自动回收

#coding=gbk #!/bin/python2.6 import MySQLdb import weakref from concurrent import futures import time import threading pool_executor = futures.ThreadPoolExecutor(max_workers=3) def create_mysql_
相关文章
相关标签/搜索