python - adbapi connection pool limitations -
i using twisted mysql using adbapi connection pool. insert database (although @ fast rate).
what happens if connection pool runs out of connections because connections busy? twisted event loop blocked when calling runinteraction on busy connection pool?
Comments
Post a Comment