I am using twisted
with MySQL using the adbapi
connection pool. I only insert into my database (although at very fast rate).
What happens if the connection pool runs out of connections because all connections are busy? Will the twisted event loop be blocked when calling runinteraction
on a busy connection pool?