1

I am writing an article about both programming language locking primitives (which are really wrappers for OS primitives) and database locking primitives. Are there any short wide-spread titles for these two types of locking? For example, "code locking" and "database locking"?

asked Mar 8, 2011 at 12:30
0

1 Answer 1

2

It is commonly referred to as locking; regardless of the implementation.

The database does have variations of locking in the form of pessimistic and optimistic locking; however the proper verbiage is still locking.

You can talk about which layer in an N tier architecture the locking is taking place at but there is no naming formality other then the formalities that exist within a typical N tier discussion.

An example would be that all locking at an application level will take place at the data tier whereas any client specific threading issues will be addressed at the client tier.

answered Mar 8, 2011 at 14:50

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.