Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Legshot

    Replace Transactions with Atomic Operations?

    I want to be sure that no incomplete updates are done because of a user interrupted PHP script (which does some queries, updates, inserts or whatever which all rely on each other) With transactions I commit the changes permanent when everything went fine and on the end of a script. Is it...
  2. Legshot

    Replace Transactions with Atomic Operations?

    Thanks, but I know about that. The documantation says that atomic operations are faster and as good as transactions so I'm curious on how I would solve my problem without transactions. Is it even possible?
  3. Legshot

    Replace Transactions with Atomic Operations?

    I've read about it in the Documentation but I'm not sure how I can replace transactions with locks or atomic operations. I have an app written in PHP which sometimes needs more stuff than just a query done in one script. To be sure that no corrupted data or incomplete data is saved in the db...

Part and Inventory Search

Back
Top