Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6798347
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T18:43:08+00:00 2026-05-26T18:43:08+00:00

I have the following declared on a Singleton type object named CicApplication: internal static

  • 0

I have the following declared on a Singleton type object named CicApplication:

internal static List<Fcda> FcdaCache
{
   get
   {
      // If the current thread already has a write lock, no need to attempt to acquire a read lock (which would fail anyway)
      if (CoaterDataLock.IsWriteLockHeld)
         return _fcdaCache;

      CoaterDataLock.EnterReadLock();
      try
      {
         return _fcdaCache;
      }
      finally
      {
         CoaterDataLock.ExitReadLock();
      }
   }
}

‘CoaterDataLock’ is declared as ReaderWriterLockSlim object

Elsewhere in my code, I perform the following query on ‘FcdaCache’:

CicApplication.FcdaCache.Where(row => row.Coater == coater)

My question is this. When I perform this query, will an attempt be made to get a read lock on FcdaCache? I assume it will but was not sure.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T18:43:09+00:00Added an answer on May 26, 2026 at 6:43 pm

    I think your code doesn’t lock anything. You enter the lock, return the _fcdaCache and leave the lock. After that you make a .Where(...) on that cache, which is then unlocked, so concurrency exceptions may occur or data races may happen.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have declared the following method: private void mockInvokeDBHandler(Map<String, Object>... rows) { List<Map<String, Object>>
I have the following action declared in my struts.xml: <action path=/updateAccountInfo type=org.myCompany.UpdateAccountAction name=myAccountForm scope=session
I have the following utility method declared, where players is a NSMutableArray object and
I have declared the following enum type in which I want the first member
I have the following array declared inside a header file. static const float elementsArray[300]
I have declared the following extension method: public static T FindAncestor<T>(DependencyObject obj) where T
public class MyClass { List<MyOtherClass> myInnerList; } Let's say I have the following declared
I have the following window in my app: The list is declared as :
I have the following enum declared: public enum TransactionTypeCode { Shipment = 'S', Receipt
I have a project that requires the following. Four arrays will be declared in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.