I\'m trying to figure out why my simple code have a blocking concurrent request:
# -*- coding: utf-8 -*- import MySQLdb from bottle import route, run from gev