I have a script that I want to test MySQL sonnections with.  The way I have the script working is to just create connections, but I realized that it is going to wait for the first one to stop before starting a new connection.  I want to throw a ton of open connections at it to see what the connection limit is and how it reacts when it hits that shelf.  Would the best route for this be threading?  or is there another way to go about it? <br>