參考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_
相關文章
相關標籤/搜索