Snatchy Posted August 7, 2007 Share Posted August 7, 2007 hi guys i want to know how to get mysql to handle only one query at a time.... My auctions script( and yes it's an MC CODES problem) lags out form everyone clickin on it at the last minute and has caused me heaps of hassels with the person winning so i was just wondering if it is possible to get mysql to handle 1 query at a time instead of it tryint to handle 20 at thte last second. Cheers Snatchy Quote Link to comment Share on other sites More sharing options...
Matty Posted August 7, 2007 Share Posted August 7, 2007 Re: lets try again since you wrecked my last post Not sure what you mean. You could use LOW PRIORITY in your query, that will wait until none else is updating the fields in the query before it runs... mysql_query("UPDATE LOW PRIORITY table name SET blahhh = blahhh....etc... etc Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.