When to lock application object

  • Thread starter Thread starter Ron Vecchi
  • Start date Start date
R

Ron Vecchi

I know you should lock and unlock an application vaiable when updating it
but should you also lock it prior to reading the value from it?


My requests will be accessing the variable..

Thanks,

Ron Vecchi
 
You shouldn't need to if it's being locked when values are being updated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top