Jump to content
MakeWebGames

lets try again since you wrecked my last post


Snatchy

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...