Skip to content

Instantly share code, notes, and snippets.

View ocswor's full-sized avatar
🎯
Focusing

Eric ocswor

🎯
Focusing
View GitHub Profile
@mosquito
mosquito / threads-cymysql.py
Created September 25, 2015 13:19
python mysql connector performance
# encoding: utf-8
import uuid
import sys
from tornado.gen import coroutine, sleep
from tornado.concurrent import futures
from tornado.ioloop import IOLoop, PeriodicCallback
from cymysql import connect
from functools import wraps, partial