Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Semaphore Locking
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00589685
Message ID:
00589784
Views:
31
Hi ,

I'm trying to do the following [this works fine in VFP]

semaphore table contains (tablename, id, username)

If user wants to edit a particular order say,
I look for the tablename+id in the semaphore table.
If found I try to rlock it (in case previous user crashed etc) if I can rlock it then user can edit it.
if not found then add record + rlock() it...

I was hoping I would be able to write a SP to do the above and return true if successful.

This is the only way I can think of to implement a pessimistic locking strategy...

Regards

Kal
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform