Don't know if I have experienced the limitations of Mysql or not?...
I am simply testing a bulk email script using 3000 email addresses and for each address I am seeing if mysql can handle being queried to get the recipients names....it's just one table that is being queried with fname, lname and email and an index on email.
The script or mysql seems to stop at 350 every time. If I don't have the mysql queries it can do the whole 3000 no probs..
so Does Mysql have any limitations on the amount of queries it can handle?