Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Implementing rowlocking

by nmerriweather (Friar)
on Jan 09, 2007 at 18:18 UTC ( [id://593765]=note: print w/replies, xml ) Need Help??


in reply to Implementing rowlocking

  1. update your schema to have a 'record version'
  2. when people pull a record they get 2 variables: record version , md5( site_secret + record version )
  3. when people view a record again , or for update, you check
    1. is the record version and md5 hash valid? if not, display error
    2. is the record version the current one? if not, display error

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://593765]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (7)
As of 2024-04-18 07:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found