What would happen if you had code that would open and close a lot of MySQL connections constantly?
For instance if you have a pool of processes forking themselves constantly at the rate of >200 fork/second and each fork open a connection, does an action and close the connection.